mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
Fix not working links on bracket page
This commit is contained in:
@@ -442,7 +442,6 @@ function EditableDestination({
|
||||
bracketIdx: overridenDestination.idx,
|
||||
})}
|
||||
className={styles.destinationLink}
|
||||
defaultShouldRevalidate={false}
|
||||
>
|
||||
→ {overridenDestination.name}
|
||||
</Link>
|
||||
@@ -459,7 +458,6 @@ function EditableDestination({
|
||||
bracketIdx: destination.idx,
|
||||
})}
|
||||
className={styles.destinationLink}
|
||||
defaultShouldRevalidate={false}
|
||||
>
|
||||
→ {destination.name}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user