Skip to content

Commit

Permalink
feat: remove duplication
Browse files Browse the repository at this point in the history
Signed-off-by: Svetoslav Borislavov <[email protected]>
  • Loading branch information
SvetBorislavov committed Dec 4, 2024
1 parent b9652a4 commit af06a91
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions front-end/src/renderer/pages/Settings/components/KeysTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,17 +303,6 @@ watch(isDeletingKey, () => {
@click="handleRedirectToRecoverMnemonicKeys()"
>Restore Missing Keys</AppButton
>
<AppButton
v-if="
currentTab === Tabs.RECOVERY_PHRASE &&
missingKeys.some(k => k.mnemonicHash === selectedRecoveryPhrase)
"
color="primary"
:data-testid="`button-restore-lost-keys`"
class="rounded-3 text-nowrap min-w-unset"
@click="handleRedirectToRecoverMnemonicKeys()"
>Restore Missing Keys</AppButton
>
</div>
</div>
</div>
Expand Down

0 comments on commit af06a91

Please sign in to comment.