From 354e6ace7dd6631f2e4750fe214d74a1c9780627 Mon Sep 17 00:00:00 2001 From: Elliot Braem Date: Thu, 19 Dec 2024 22:54:41 -0600 Subject: [PATCH] fmt --- backend/src/config/admins.ts | 3 ++- frontend/src/App.tsx | 5 +---- frontend/src/components/SubmissionList.tsx | 6 ++++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/src/config/admins.ts b/backend/src/config/admins.ts index 8c3deef..47ede5d 100644 --- a/backend/src/config/admins.ts +++ b/backend/src/config/admins.ts @@ -1,5 +1,6 @@ export const ADMIN_ACCOUNTS: string[] = [ - "elliot_braem", // Add admin Twitter handles here (without @) // Example: "TwitterDev" + "elliot_braem", + "plugrel", ]; diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8d4048a..7ca2cf0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -12,10 +12,7 @@ function App() {