Merge branch 'master' into feature/america

This commit is contained in:
Patrick Fic
2023-06-12 10:05:03 -07:00
30 changed files with 466 additions and 155 deletions

View File

@@ -42,6 +42,10 @@ export function ShopPage({ bodyshop, setSelectedHeader, setBreadcrumbs }) {
]);
}, [t, setSelectedHeader, setBreadcrumbs, bodyshop.shopname]);
useEffect(() => {
if (!search.tab) history.push({ search: "?tab=info" });
}, [history, search]);
return (
<RbacWrapper action="shop:config">
<Tabs