1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Remove unused vars

This commit is contained in:
asmsuechan
2017-10-15 23:33:22 +09:00
parent 1beae4403a
commit e9d858d902
2 changed files with 2 additions and 8 deletions

View File

@@ -67,10 +67,7 @@ class Preferences extends React.Component {
)
case 'CROWDFUNDING':
return (
<Crowdfunding
dispatch={dispatch}
config={config}
/>
<Crowdfunding />
)
case 'STORAGES':
default: