fix(vault): header reads 'Guadagni' (key resolved to English)

This commit is contained in:
simoleo89
2026-06-15 20:54:33 +02:00
parent 38ffc80d0a
commit 7a2b016704
+1 -1
View File
@@ -82,7 +82,7 @@ export const VaultView: FC<{}> = props =>
return ( return (
<NitroCardView className="nitro-vault w-[430px]" theme="primary-slim" uniqueKey="vault"> <NitroCardView className="nitro-vault w-[430px]" theme="primary-slim" uniqueKey="vault">
<NitroCardHeaderView headerText={ localizeWithFallback('earnings.title', 'Guadagni') } onCloseClick={ () => setIsVisible(false) } /> <NitroCardHeaderView headerText="Guadagni" onCloseClick={ () => setIsVisible(false) } />
<NitroCardContentView className="flex flex-col gap-[5px] text-black"> <NitroCardContentView className="flex flex-col gap-[5px] text-black">
{ EARNINGS.map(row => ( { EARNINGS.map(row => (
<div key={ row.key } className="flex items-center gap-2"> <div key={ row.key } className="flex items-center gap-2">