1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix code style

This commit is contained in:
Kelvin Wong
2018-06-29 10:58:11 +08:00
parent 8a6c86bf65
commit ddd339851b

View File

@@ -76,8 +76,8 @@ class StorageItem extends React.Component {
.then((storage) => { .then((storage) => {
dispatch({ dispatch({
type: 'EXPAND_STORAGE', type: 'EXPAND_STORAGE',
storage: storage, storage,
isOpen: isOpen isOpen
}) })
}) })
this.setState({ this.setState({