Skip to content
Snippets Groups Projects
Commit d54d3a98 authored by Julian's avatar Julian
Browse files

Fix typo

parent 2dd72c92
No related branches found
No related tags found
1 merge request!54Resolve "Remove additional fields support and re-implement additional fields in paweljong"
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<v-alert :color="status.color"> <v-alert :color="status.color">
{{ status.message }} {{ status.message }}
</v-alert> </v-alert>
</v-card>
<v-card class="mx-auto"> <v-card class="mx-auto">
<v-alert v-for="(checkIn, i) in checkIns" :key="i" :color="checkIn.color"> <v-alert v-for="(checkIn, i) in checkIns" :key="i" :color="checkIn.color">
{{ checkIn.message }} {{ checkIn.message }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment