mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: rename item sku to code.
feat: fix sidebar current tab issue.
This commit is contained in:
@@ -9,14 +9,6 @@ import * as serviceWorker from 'serviceWorker';
|
||||
import { store, persistor } from 'store/createStore';
|
||||
import AppProgress from 'components/NProgress/AppProgress';
|
||||
|
||||
import whyDidYouRender from '@welldone-software/why-did-you-render';
|
||||
|
||||
whyDidYouRender(React, {
|
||||
onlyLogs: true,
|
||||
titleColor: 'green',
|
||||
diffNameColor: 'aqua',
|
||||
});
|
||||
|
||||
ReactDOM.render(
|
||||
<Provider store={store}>
|
||||
<PersistGate loading={null} persistor={persistor}>
|
||||
|
||||
Reference in New Issue
Block a user