From aaaa980d10f71dab501241b043e3e1c44b1c376d Mon Sep 17 00:00:00 2001 From: zornlemma Date: Sat, 26 Aug 2023 04:03:08 +0900 Subject: [PATCH] fix: ActiveScripts Page map scripts with same arguments correctly (#748) --- src/ui/ActiveScripts/ServerAccordionContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ActiveScripts/ServerAccordionContent.tsx b/src/ui/ActiveScripts/ServerAccordionContent.tsx index df1dabe5e..313ec3402 100644 --- a/src/ui/ActiveScripts/ServerAccordionContent.tsx +++ b/src/ui/ActiveScripts/ServerAccordionContent.tsx @@ -27,7 +27,7 @@ export function ServerAccordionContent(props: IProps): React.ReactElement { <> {props.workerScripts.slice(page * rowsPerPage, page * rowsPerPage + rowsPerPage).map((ws) => ( - + ))}