Skip to content
Snippets Groups Projects
Commit 5d5e87b1 authored by jensmjahle's avatar jensmjahle
Browse files

Minor build issue fix

parent bc73b81b
No related branches found
No related tags found
1 merge request!31Resolve "Connect MilestoneView to backend"
Pipeline #278530 passed
......@@ -27,7 +27,7 @@ const displayDescription = ref(false)
<h2 class="title">{{props.title}}</h2>
<div class="info" v-if="!displayDescription">
<h4 v-if="currentSum">Du sparte {{props.currentSum}}kr</h4>
<h4 v-if="props.deadline">{{new Date(deadline).getDate()}}/{{new Date(deadline).getMonth()}}-{{new Date(deadline).getFullYear()}}</h4>
<h4 v-if="deadline">{{new Date(deadline).getDate()}}/{{new Date(deadline).getMonth()}}-{{new Date(deadline).getFullYear()}}</h4>
</div>
<div class="info" v-if="displayDescription">
<h4>{{props.description}}</h4>
......
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