From f8f89d4a95ed051213a0f8d4622cfceedf7feb2f Mon Sep 17 00:00:00 2001 From: Derrick-Mao Date: Sun, 15 Sep 2024 00:26:41 -0700 Subject: [PATCH] format --- src/components/admin/Tag.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/admin/Tag.jsx b/src/components/admin/Tag.jsx index 6924cde60..438335781 100644 --- a/src/components/admin/Tag.jsx +++ b/src/components/admin/Tag.jsx @@ -4,10 +4,9 @@ const Tag = ({ color, text, onClick, classes, statuses }) => { return ( {isNaN(text) ? text : statuses[text]}