mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(sweep): Fixed Sweep in wallet.fullstack.cash
This commit is contained in:
@@ -15,7 +15,7 @@ import Configure from 'gatsby-theme-bch-wallet/src/components/admin-lte/configur
|
|||||||
import SendReceive from 'gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
import SendReceive from 'gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
||||||
|
|
||||||
import About from '../../about'
|
import About from '../../about'
|
||||||
/* import Sweep from 'gatsby-plugin-bch-sweep' */
|
import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep/index'
|
||||||
|
|
||||||
const { Item } = Sidebar
|
const { Item } = Sidebar
|
||||||
|
|
||||||
@@ -36,10 +36,12 @@ const MenuComponents = props => {
|
|||||||
text='Send/Receive BCH'
|
text='Send/Receive BCH'
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}, /* { key: 'Sweep',
|
},
|
||||||
|
{
|
||||||
|
key: 'Sweep',
|
||||||
component: <Sweep key='Sweep' {...props} />,
|
component: <Sweep key='Sweep' {...props} />,
|
||||||
menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' />
|
menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' />
|
||||||
}, */
|
},
|
||||||
{
|
{
|
||||||
key: 'Wallet',
|
key: 'Wallet',
|
||||||
component: <Wallet key='Wallet' interface='rest-api' {...props} />,
|
component: <Wallet key='Wallet' interface='rest-api' {...props} />,
|
||||||
|
|||||||
Reference in New Issue
Block a user