mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
close menu button
This commit is contained in:
@@ -56,7 +56,7 @@ class App extends React.Component<IProps, IState> {
|
||||
/>
|
||||
|
||||
{
|
||||
this.state.optionsOpen ? <Options /> : null
|
||||
this.state.optionsOpen ? <Options closeFn={() => this.setState({ optionsOpen: !this.state.optionsOpen })}/> : null
|
||||
}
|
||||
|
||||
<button onClick={TESTDOWNLOAD}>download file test</button>
|
||||
|
||||
Reference in New Issue
Block a user