fix(post office): Got post office plugin displaying in the UI

This commit is contained in:
Chris Troutner
2020-08-03 12:20:49 -07:00
parent 5efcfc70c5
commit a995a96bac
3 changed files with 264 additions and 490 deletions
+263 -483
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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' />
}
]