chore(admin-ui): Remove new badges from inventory + categories (#4444)

* chore(admin-ui): Remove new badges from inventory + categories

* Create early-poets-drum.md
This commit is contained in:
Oliver Windall Juhl
2023-07-10 12:23:27 +02:00
committed by GitHub
parent a6c0825722
commit 78a1f3943b
2 changed files with 6 additions and 2 deletions
@@ -70,7 +70,6 @@ const Sidebar: React.FC = () => {
icon={<SwatchIcon size={ICON_SIZE} />}
text={"Categories"}
triggerHandler={triggerHandler}
isNew
/>
)}
<SidebarMenuItem
@@ -85,7 +84,6 @@ const Sidebar: React.FC = () => {
icon={<BuildingsIcon size={ICON_SIZE} />}
triggerHandler={triggerHandler}
text={"Inventory"}
isNew
/>
)}
<SidebarMenuItem