diff --git a/frontend/src/lib/components/accounts/ImportTokenForm.svelte b/frontend/src/lib/components/accounts/ImportTokenForm.svelte index 4ccb5dafc0b..2ffdd974c31 100644 --- a/frontend/src/lib/components/accounts/ImportTokenForm.svelte +++ b/frontend/src/lib/components/accounts/ImportTokenForm.svelte @@ -7,6 +7,7 @@ import { createEventDispatcher } from "svelte"; import { isNullish } from "@dfinity/utils"; import CalloutWarning from "$lib/components/common/CalloutWarning.svelte"; + import ImportTokenCanisterId from "$lib/components/accounts/ImportTokenCanisterId.svelte"; export let ledgerCanisterId: Principal | undefined = undefined; export let indexCanisterId: Principal | undefined = undefined; @@ -24,17 +25,25 @@

{$i18n.import_token.description}

dispatch("nnsSubmit")}> - - {$i18n.import_token.ledger_label} + {:else} + - + {$i18n.import_token.ledger_label} + + {/if}