summaryrefslogtreecommitdiffstats
path: root/src/components/ImportScreen.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ImportScreen.vue')
-rw-r--r--src/components/ImportScreen.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ImportScreen.vue b/src/components/ImportScreen.vue
index e0f3f827..c55816d5 100644
--- a/src/components/ImportScreen.vue
+++ b/src/components/ImportScreen.vue
@@ -21,7 +21,7 @@
-->
<template>
- <div class="emptycontent import-screen">
+ <div v-if="importState.stage != 'default'" class="emptycontent import-screen">
<p class="icon-upload" />
<h3 class="import-screen__header">{{ t('contacts', 'Importing into') }} {{ addressbook }}</h3>
<progress :max="importState.total" :value="importState.accepted" class="import-screen__progress" />