mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
fix up dirinput
This commit is contained in:
@@ -20,7 +20,7 @@ export default class TopBar extends React.Component<IProps, IState> {
|
||||
super(props)
|
||||
|
||||
app.getVersion().then(version => {
|
||||
this.setState({ version })
|
||||
this.state = { version }
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user