From 139a0dca2fe80f3f31c8d7b2964dae9dea827d92 Mon Sep 17 00:00:00 2001 From: Gala Date: Thu, 6 Oct 2022 15:12:58 +0200 Subject: [PATCH] now is the refactor : ) --- .../src/pages/bonding/node-settings/node-settings.constant.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/pages/bonding/node-settings/node-settings.constant.tsx b/nym-wallet/src/pages/bonding/node-settings/node-settings.constant.tsx index ae06aca587..ccd0b50e26 100644 --- a/nym-wallet/src/pages/bonding/node-settings/node-settings.constant.tsx +++ b/nym-wallet/src/pages/bonding/node-settings/node-settings.constant.tsx @@ -4,4 +4,4 @@ enum Options { } type NavItem = keyof typeof Options; -export const nodeSettingsNav: NavItem[] = ['General', 'Playground', 'Unbond']; +export const nodeSettingsNav: NavItem[] = ['General', 'Unbond'];