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 3, 2024
1 parent a448b61 commit 10ac3c5
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 10ac3c5

Please sign in to comment.