From 86c5690b4ffba7855d1c715ccf1700e826bc7abe Mon Sep 17 00:00:00 2001 From: Regalijan Date: Tue, 7 Nov 2023 13:51:18 -0500 Subject: [PATCH] Ok let's try that again lol --- app/routes/mod-queue.tsx | 74 ++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/app/routes/mod-queue.tsx b/app/routes/mod-queue.tsx index 42e39fe..d9bf548 100644 --- a/app/routes/mod-queue.tsx +++ b/app/routes/mod-queue.tsx @@ -364,24 +364,42 @@ export default function () { ); const ToolsContent = ( - - - - Tools - - - {pageProps.item_types.map((item) => ( - - ))} - - - + + + + + + + + Tools + + + {pageProps.item_types.map((item) => ( + + ))} + + + + ); return ( @@ -434,25 +452,7 @@ export default function () { {ItemDisplay} - - - - - {ToolsContent} - + {ToolsContent}