Skip to content

Commit

Permalink
Merge pull request #253 from stakwork/remove/from-test-array
Browse files Browse the repository at this point in the history
update: removed test from tab array
  • Loading branch information
tobi-bams authored Jul 10, 2024
2 parents 4c4d191 + 41c741d commit 013d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/NavFiber.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$: firstTime = false;
$: currentTab = "General";
const tabs = ["General", "Roles", "Payments", "Api Keys", "Test"];
const tabs = ["General", "Roles", "Payments", "Api Keys"];
function setActiveTab(tab) {
currentTab = tab;
Expand Down

0 comments on commit 013d96b

Please sign in to comment.