Skip to content

Commit

Permalink
Fix 'Loading...' on Play page Goban element (canvas render only)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Nov 21, 2024
1 parent f984aee commit 8a61bc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Play/QuickMatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,10 @@ export function QuickMatch(): JSX.Element {
height={parseInt(board_size)}
labels_positioning="all"
noLink={true}
json={{
width: parseInt(board_size),
height: parseInt(board_size),
}}
/>
</div>

Expand Down

0 comments on commit 8a61bc7

Please sign in to comment.