more bracket refactoring again

This commit is contained in:
yohlo
2025-08-23 23:24:35 -05:00
parent 3cf00cc426
commit 9d5f8c5b55
4 changed files with 8 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ interface BracketProps {
const Bracket: React.FC<BracketProps> = ({ winners, losers, bracketMaps }) => {
const height = useAppShellHeight();
if (!bracketMaps) return <p>Data not available.</p>
if (!bracketMaps) return <p>Bracket not available.</p>
return (
<ScrollArea