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'];