mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix code style
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user