Skip to content

Commit

Permalink
fix: disable forcegrid as doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Oct 28, 2024
1 parent 5dde596 commit b0078fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,15 +481,15 @@ function TierlistBreakdown({ game, folderDataset, playtype, reqUser }: InfoProps
requirements, and red if you haven't, instead of fancier colours.
</span>
</Form.Text>
<Form.Check
{/* <Form.Check
className="d-block d-lg-none"
type="checkbox"
checked={forceGridView}
onChange={() => {
setForceGridView((e) => !e);
}}
label="Force desktop grid view"
/>
/> */}
<Divider />
</Col>
<Col xs={12}>
Expand Down

0 comments on commit b0078fa

Please sign in to comment.