From d2f21440815f1724beb3167dcd4c41a99579eb2b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 29 Aug 2026 10:08:44 +0300 Subject: [PATCH] Fix not working links on bracket page --- .../tournament-bracket/components/Bracket/PlacementsTable.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/features/tournament-bracket/components/Bracket/PlacementsTable.tsx b/app/features/tournament-bracket/components/Bracket/PlacementsTable.tsx index ce6817219..b31b616b1 100644 --- a/app/features/tournament-bracket/components/Bracket/PlacementsTable.tsx +++ b/app/features/tournament-bracket/components/Bracket/PlacementsTable.tsx @@ -442,7 +442,6 @@ function EditableDestination({ bracketIdx: overridenDestination.idx, })} className={styles.destinationLink} - defaultShouldRevalidate={false} > → {overridenDestination.name} @@ -459,7 +458,6 @@ function EditableDestination({ bracketIdx: destination.idx, })} className={styles.destinationLink} - defaultShouldRevalidate={false} > → {destination.name}