From 2292a28b20a1e8768b05e8e0b175f2dfbf19e363 Mon Sep 17 00:00:00 2001 From: KJ Shanks Date: Fri, 26 Sep 2025 14:18:07 -0400 Subject: [PATCH] Fix artist coin leaderboard double artist popover --- .../web/src/components/artist/ArtistChip.tsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/packages/web/src/components/artist/ArtistChip.tsx b/packages/web/src/components/artist/ArtistChip.tsx index fa518375e9f..f2f70f86921 100644 --- a/packages/web/src/components/artist/ArtistChip.tsx +++ b/packages/web/src/components/artist/ArtistChip.tsx @@ -35,17 +35,19 @@ const ArtistIdentifier = ({ }: ArtistIdentifierProps) => { return showPopover ? (
- -
+
+

{name}

+
+ -
- + +