fix(web): using Tooltip unique selector key (#622)

This commit is contained in:
Rhon Joe
2023-07-21 11:15:00 +08:00
committed by GitHub
parent f488d06b20
commit 7d6c925cbc
4 changed files with 19 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ const SecretKeyGenerateModal = ({
isShow = false,
onClose,
newKey,
className
className,
}: ISecretKeyGenerateModalProps) => {
const { t } = useTranslation()
return (