mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
Remove unused vars
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
import React from 'react'
|
||||
import CSSModules from 'browser/lib/CSSModules'
|
||||
import styles from './Crowdfunding.styl'
|
||||
import ConfigManager from 'browser/main/lib/ConfigManager'
|
||||
import store from 'browser/main/store'
|
||||
|
||||
const electron = require('electron')
|
||||
const { shell, remote } = electron
|
||||
const { shell } = electron
|
||||
|
||||
class Crowdfunding extends React.Component {
|
||||
constructor (props) {
|
||||
super(props)
|
||||
|
||||
this.state = {
|
||||
config: this.props.config
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -67,10 +67,7 @@ class Preferences extends React.Component {
|
||||
)
|
||||
case 'CROWDFUNDING':
|
||||
return (
|
||||
<Crowdfunding
|
||||
dispatch={dispatch}
|
||||
config={config}
|
||||
/>
|
||||
<Crowdfunding />
|
||||
)
|
||||
case 'STORAGES':
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user