Journal für abholungen
This commit is contained in:
@@ -6,7 +6,8 @@ const NavigationTabs = ({ isAdmin, onProtectedNavigate }) => {
|
||||
|
||||
const tabs = [
|
||||
{ to: '/', label: 'Slots buchen' },
|
||||
{ to: '/store-watch', label: 'Betriebs-Monitoring' }
|
||||
{ to: '/store-watch', label: 'Betriebs-Monitoring' },
|
||||
{ to: '/journal', label: 'Abhol-Journal' }
|
||||
];
|
||||
if (isAdmin) {
|
||||
tabs.push({ to: '/debug', label: 'Debug' });
|
||||
|
||||
Reference in New Issue
Block a user