Skip to content

Commit

Permalink
Removed default value to fix mobile, useOs is too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodnorwell committed Sep 28, 2024
1 parent 28a8eb1 commit f4f6a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function App() {
<Title order={2}>
Changes
</Title>
<Accordion classNames={classes} defaultValue={changes[0].text} radius={'lg'} variant="contained">
<Accordion classNames={classes} radius={'lg'} variant="contained">
{items}
</Accordion>
<Text c={'red'}>
Expand Down

0 comments on commit f4f6a9e

Please sign in to comment.