Skip to content

Commit

Permalink
Comment out the link to the "mike" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTaylor committed Feb 22, 2024
1 parent e924256 commit 9a2db48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ function SwitchRoute() {
name: 'records',
perm: 'ui-harvester-admin.jobs-and-failed-records.view',
params: `filters=timeStamp_from.${isoString}`,
/*
}, {
name: 'mike',
perm: 'ui-harvester-admin.harvestables.view',
*/
}];

return (
Expand Down

0 comments on commit 9a2db48

Please sign in to comment.