+ {readSecretKeyMutation?.data?.length ? (
+
+
+
+
+ $.exportSecretKeyCopy)}
+ text={readSecretKeyMutation.data}
+ toast={t(($) => $.exportSecretKeyCopyCopied)}
+ />
+
+
+ ) : (
+
readSecretKeyMutation.mutateAsync({ id: account.id })}
+ label={t(($) => $.exportSecretKeyShow)}
+ />
+ )}
+
+