From 139b290984e85c997ce9850679e484ce44b65f68 Mon Sep 17 00:00:00 2001 From: Wolfie <32025746+Wolfkid200444@users.noreply.github.com> Date: Mon, 15 May 2023 12:37:50 -0400 Subject: [PATCH] lint fix --- src/index.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index efdd79a..ad86655 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -90,7 +90,7 @@ interface CustomBadges { { tooltip: string; image: string; - } + }, ]; }; } @@ -251,10 +251,9 @@ function getBadgeselements(badges: CustomBadges, Badge: any, id: string) { { condition: badges.vencord?.contributor, element: }, { condition: badges.vencord?.cutie, - element: - badges.vencord?.cutie?.map((cutie) => ( - - )), + element: badges.vencord?.cutie?.map((cutie) => ( + + )), }, ];