mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 17:22:05 -07:00
fix(post office): Got post office plugin displaying in the UI
This commit is contained in:
Generated
+263
-483
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"bch-wallet-plugin-postoffice": "^1.0.7",
|
||||
"gatsby": "^2.23.7",
|
||||
"gatsby-ipfs-web-wallet": "^1.5.1",
|
||||
"gatsby-ipfs-web-wallet": "^1.8.0",
|
||||
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import React from 'react'
|
||||
import { Sidebar } from 'adminlte-2-react'
|
||||
import About from '../../about'
|
||||
import PostOfficeConfiguration from '../../../plugins/bch-wallet-plugin-postoffice/src/postOfficeConfiguration.js'
|
||||
|
||||
const { Item } = Sidebar
|
||||
|
||||
@@ -18,11 +17,6 @@ const MenuComponents = [
|
||||
key: 'About',
|
||||
component: <About />,
|
||||
menuItem: <Item icon='fas-cog' key='About' text='About' />
|
||||
},
|
||||
{
|
||||
key: 'Post Office ',
|
||||
component: <PostOfficeConfiguration />,
|
||||
menuItem: <Item icon='fas-message' key='PostOffice' text='Post Office' />
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user