Let the user know when there are no planner comments

This commit is contained in:
D. Berge
2021-05-31 02:47:20 +02:00
parent f97d334fe5
commit b325ae3452

View File

@@ -102,7 +102,7 @@
></v-textarea>
</v-card-text>
<v-card-text v-if="remarks && !editRemarks" v-html="$options.filters.markdown(remarks)"></v-card-text>
<v-card-text v-else v-html="$options.filters.markdown(remarks || '*(nil)*')"></v-card-text>
</v-card>