From dd6eb6ae5cf10d3d500e4a28a5a448fe62c8ee64 Mon Sep 17 00:00:00 2001 From: nrmnqdds Date: Fri, 28 Feb 2025 18:54:27 +0800 Subject: [PATCH] chore: lint --- .../src/components/settings/registered-account-card.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keychain/src/components/settings/registered-account-card.stories.tsx b/packages/keychain/src/components/settings/registered-account-card.stories.tsx index 86f67890d..0359f8d64 100644 --- a/packages/keychain/src/components/settings/registered-account-card.stories.tsx +++ b/packages/keychain/src/components/settings/registered-account-card.stories.tsx @@ -10,7 +10,7 @@ const meta = { }, args: { accountName: "Clicksave.stark", - accountAddress: "0x04183183013819381932139812918" + accountAddress: "0x04183183013819381932139812918", }, } satisfies Meta;