From 99ed26f8c310c7da318a76d689ccac493a5c1606 Mon Sep 17 00:00:00 2001 From: Sergo Date: Mon, 17 Feb 2025 18:10:37 +0000 Subject: [PATCH] fix: recover key --- app/address/[address]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/address/[address]/layout.tsx b/app/address/[address]/layout.tsx index 65e904ff..cf77af69 100644 --- a/app/address/[address]/layout.tsx +++ b/app/address/[address]/layout.tsx @@ -760,7 +760,7 @@ function getCustomLinkedTabs(pubkey: PublicKey, account: Account) { title: 'Feature Gate', }; tabComponents.push({ - component: , + component: , tab: featureInfoTab, }); }