From e6bcd706ff7c704d0f7a6be332e45af85ec062d4 Mon Sep 17 00:00:00 2001 From: Gala Date: Mon, 19 Dec 2022 15:27:35 +0100 Subject: [PATCH] cleaning --- nym-wallet/src/components/IdentityKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src/components/IdentityKey.tsx b/nym-wallet/src/components/IdentityKey.tsx index acf4019ce7..bca08ab68c 100644 --- a/nym-wallet/src/components/IdentityKey.tsx +++ b/nym-wallet/src/components/IdentityKey.tsx @@ -1,10 +1,10 @@ import React from 'react'; -import { Stack, Typography, Tooltip } from '@mui/material'; +import { Stack, Typography } from '@mui/material'; import { CopyToClipboard } from '@nymproject/react/clipboard/CopyToClipboard'; import { splice } from 'src/utils'; export const IdentityKey = ({ identityKey }: { identityKey: string }) => ( - + {splice(6, identityKey)}