From bcccaaeb70334ef2b745a2846c7cf1783eeded29 Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Sat, 15 Jun 2024 11:48:27 +0200 Subject: [PATCH] Fix linting --- packages/ui/src/accounts/components/AnonymousAccount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/accounts/components/AnonymousAccount.tsx b/packages/ui/src/accounts/components/AnonymousAccount.tsx index bf892ffa43..b6a082213c 100644 --- a/packages/ui/src/accounts/components/AnonymousAccount.tsx +++ b/packages/ui/src/accounts/components/AnonymousAccount.tsx @@ -1,4 +1,4 @@ -import Identicon from '@polkadot/react-identicon' +import { Identicon } from '@polkadot/react-identicon' import BN from 'bn.js' import React from 'react' import styled from 'styled-components'