Skip to content

Commit

Permalink
fix: removed extraneous } in empty edit summary field (#270)
Browse files Browse the repository at this point in the history
Bug: #269
  • Loading branch information
sohomdatta1 authored Jul 3, 2020
1 parent ba948d3 commit 5605435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RevisionCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div v-if="revision" class="card-subtitle mb-2 text-muted">
<div class="row p-2">
<div class="col-12"><b>{{$t('EditSummaryLabel')}}:</b>
<span>{{revision.comment || "(empty)}"}}</span>
<span>{{revision.comment || "(empty)"}}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 5605435

Please sign in to comment.