From be84598a9f96c4547fb2d3ffafb5e33014947445 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sun, 19 Dec 2021 14:45:01 +0200 Subject: [PATCH] Fix TODO: no indicator when tabbing --- app/components/tournament/InfoBanner.tsx | 1 - app/styles/tournament.css | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/components/tournament/InfoBanner.tsx b/app/components/tournament/InfoBanner.tsx index fbcd18d37..42b5ac40f 100644 --- a/app/components/tournament/InfoBanner.tsx +++ b/app/components/tournament/InfoBanner.tsx @@ -133,7 +133,6 @@ function InfoBannerActionButton() { .some(({ member }) => member.id === user.id); if (alreadyRegistered) { return ( - // TODO: no indicator when tabbing