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, }); }