Skip to content

Commit 628f9c8

Browse files
committed
Merge branch 'master' into stage
2 parents 17ac681 + dc3cd42 commit 628f9c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vue/src/views/Snapshot.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
class="px-0 snapshot-list-title">{{ listtitleText }}
6565
</v-subheader>
6666

67+
<snapshot-list
68+
v-if="snapshotsExamples"
69+
:snapshots="snapshotsExamples"
70+
/>
71+
6772
<div class="useractions">
6873
<v-btn small block outlined color="primary">
6974
<router-link key="signup" :to="'/' + $i18n.locale + '/signup/'">
7075
{{ $t('calltoactionText', { municipalityText: municipalityText }) }}
7176
</router-link>
7277
</v-btn>
7378
</div>
74-
75-
<snapshot-list
76-
v-if="snapshotsExamples"
77-
:snapshots="snapshotsExamples"
78-
/>
7979
</div>
8080

8181
<v-toolbar

0 commit comments

Comments
 (0)