Fix another hydration error

This commit is contained in:
ekzyis 2024-07-03 18:54:27 +02:00
parent d8e82ddea5
commit c18263dc73
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export function WalletCard ({ name, title, badges, status }) {
</Card.Subtitle>
</Card.Body>
<Link href={`/settings/wallets/${name}`}>
<Card.Footer className={styles.attach}>
<Card.Footer className={styles.attach} suppressHydrationWarning>
{wallet.isConfigured
? <>configure<Gear width={14} height={14} /></>
: <>attach<Plug width={14} height={14} /></>}