From eadf6e9e40b17f2e9c02a9344570f1739b96a15f Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 19:52:24 +0100 Subject: [PATCH] fix: Remove className from Badge component in watchlist page --- frontend/src/app/command/watchlist/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/command/watchlist/page.tsx b/frontend/src/app/command/watchlist/page.tsx index d925131..bfdccd0 100755 --- a/frontend/src/app/command/watchlist/page.tsx +++ b/frontend/src/app/command/watchlist/page.tsx @@ -227,7 +227,9 @@ export default function WatchlistPage() {
{domain.name} {domain.is_available && ( - AVAILABLE + + AVAILABLE + )}