Skip to content

Commit

Permalink
fix: recover key
Browse files Browse the repository at this point in the history
  • Loading branch information
rogaldh committed Feb 17, 2025
1 parent df41038 commit 99ed26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/address/[address]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ function getCustomLinkedTabs(pubkey: PublicKey, account: Account) {
title: 'Feature Gate',
};
tabComponents.push({
component: <FeatureGateLink tab={featureInfoTab} address={pubkey.toString()} />,
component: <FeatureGateLink key={featureInfoTab.slug} tab={featureInfoTab} address={pubkey.toString()} />,
tab: featureInfoTab,
});
}
Expand Down

0 comments on commit 99ed26f

Please sign in to comment.