Remove unneeded key

This commit is contained in:
abefernan
2024-04-04 11:29:06 +02:00
parent aa2b62180b
commit fb504d18c5
+1 -1
View File
@@ -97,7 +97,7 @@ export default function AccountView() {
</CardDescription>
</CardHeader>
<CardContent>
<BalancesTable key={walletInfo.address} walletAddress={walletInfo.address} />
<BalancesTable walletAddress={walletInfo.address} />
</CardContent>
</Card>
) : null}