mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2024-11-23 19:04:32 +01:00
Removed default value to fix mobile, useOs is too slow
This commit is contained in:
parent
28a8eb1370
commit
f4f6a9e7cc
@ -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'}>
|
||||
|
Loading…
Reference in New Issue
Block a user