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}