mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: item alert
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import React, { memo } from 'react';
|
import React from 'react';
|
||||||
import { Switch, Route, useHistory } from 'react-router-dom';
|
import { Switch, Route, useHistory } from 'react-router-dom';
|
||||||
|
|
||||||
import ItemsViewsTabs from 'containers/Items/ItemsViewsTabs';
|
import ItemsViewsTabs from 'containers/Items/ItemsViewsTabs';
|
||||||
@@ -62,6 +62,4 @@ function ItemsViewPage({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const ItemsViewPageMemo = memo(ItemsViewPage);
|
export default compose(withAlertsActions, withItemsActions)(ItemsViewPage);
|
||||||
|
|
||||||
export default compose(withAlertsActions, withItemsActions)(ItemsViewPageMemo);
|
|
||||||
|
|||||||
Reference in New Issue
Block a user