Skip to content

Commit d7b33f8

Browse files
authored
fix: fix unused navbar item (#1338)
1 parent d9b30b2 commit d7b33f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/layouts/navigation.ts

-4
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ export const getNavigation = (section) => {
146146
title: "Refund Gas",
147147
href: "/dev/gas-service/refund/",
148148
},
149-
{
150-
title: "Specify Gas Refund Address",
151-
href: "/dev/gas-service/specify-gas-refund-address/",
152-
},
153149
{
154150
title: "Transaction States",
155151
href: "/dev/gas-service/transaction-state/",

0 commit comments

Comments
 (0)