From 6bd289b55a9ee2d9eb29a47abafebc296b6ca86f Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Wed, 10 Dec 2025 20:23:09 +0100 Subject: [PATCH] fix: Wrap Badge with span for className --- frontend/src/app/command/watchlist/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/command/watchlist/page.tsx b/frontend/src/app/command/watchlist/page.tsx index d925131..4036950 100755 --- a/frontend/src/app/command/watchlist/page.tsx +++ b/frontend/src/app/command/watchlist/page.tsx @@ -227,7 +227,7 @@ export default function WatchlistPage() {
{domain.name} {domain.is_available && ( - AVAILABLE + AVAILABLE )}