From 19cd61f3d3f36de5123a821ea4f1c4729fd2774f Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 17 Dec 2025 13:11:49 +0100 Subject: [PATCH] Remove icons from Auctions table --- frontend/src/components/hunt/AuctionsTab.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/components/hunt/AuctionsTab.tsx b/frontend/src/components/hunt/AuctionsTab.tsx index 8bbe647..cfe0732 100644 --- a/frontend/src/components/hunt/AuctionsTab.tsx +++ b/frontend/src/components/hunt/AuctionsTab.tsx @@ -471,9 +471,6 @@ export function AuctionsTab({ showToast }: AuctionsTabProps) {
-
- {isPounce ? : {item.source.substring(0, 2).toUpperCase()}} -
{/* Desktop Row */} -
+
-
- {isPounce ? : {item.source.substring(0, 2).toUpperCase()}} -