Skip to content

Commit b8fcb8e

Browse files
committed
fix: remove duplicate
1 parent 0dc4bb3 commit b8fcb8e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/components/Views/MultichainAccounts/AccountDetails/AccountTypes/HardwareAccountDetails/HardwareAccountDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ export const HardwareAccountDetails = ({
1414
<BaseAccountDetails account={account}>
1515
<SmartAccount account={account} />
1616
<RemoveAccount account={account} />
17-
<SmartAccount account={account} />
1817
</BaseAccountDetails>
1918
);

app/components/Views/MultichainAccounts/AccountDetails/AccountTypes/PrivateKeyAccountDetails/PrivateKeyAccountDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ export const PrivateKeyAccountDetails = ({
1616
<ExportCredentials account={account} />
1717
<SmartAccount account={account} />
1818
<RemoveAccount account={account} />
19-
<SmartAccount account={account} />
2019
</BaseAccountDetails>
2120
);

0 commit comments

Comments
 (0)