From 75fe963683cff92e0572ccf240eadc74a6a4021d Mon Sep 17 00:00:00 2001 From: Andre Cabrera Date: Mon, 6 Jul 2020 11:55:20 -0300 Subject: [PATCH] fix(dashboard): minor fix to dashboard --- src/components/admin-lte/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 0c20d72..35aa8ba 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -3,6 +3,7 @@ import PropTypes from "prop-types" import Configure from "./configure" import Tokens from "./tokens" import Wallet from "./wallet" +import Audit from "./audit" import AdminLTE, { Sidebar, Navbar } from "adminlte-2-react" import ScannerModal from "../qr-scanner/modal" @@ -21,10 +22,6 @@ const { Item } = Sidebar const MENU_HIDE_WIDTH = 770 let _this -const MenuItemComponent = ({ component }) => { - const RenderedComponent = loadable(() => import("./audit")) - return -} class AdminLTEPage extends React.Component { constructor(props) {