Run Prettier with updated version

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-08-27 15:41:48 +02:00
parent c2f3b4b7e0
commit 9b0b753064
12 changed files with 18 additions and 24 deletions

View File

@@ -215,7 +215,7 @@
</div>
<b-modal :active.sync="dateSettingsIsOpen" has-modal-card trap-focus>
<form action>
<div class="modal-card" style="width: auto;">
<div class="modal-card" style="width: auto">
<header class="modal-card-head">
<p class="modal-card-title">{{ $t("Date and time settings") }}</p>
</header>

View File

@@ -15,7 +15,7 @@
<date-calendar-icon :date="event.beginsOn" />
</div>
<div class="column">
<h1 class="title" style="margin: 0;">{{ event.title }}</h1>
<h1 class="title" style="margin: 0">{{ event.title }}</h1>
<div class="organizer">
<span v-if="event.organizerActor && !event.attributedTo">
<popover-actor-card :actor="event.organizerActor" :inline="true">