mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
fix:#17 linter error
This commit is contained in:
@ -214,7 +214,7 @@ watch(mobilePage, () => {
|
||||
<p><b>{{ $t("calendarViewer.start") }}:</b> {{ clickedEvent.start ? $d(clickedEvent.start, "long") : ""}}</p>
|
||||
<p><b>{{ $t("calendarViewer.end") }}:</b> {{ clickedEvent.end ? $d(clickedEvent.end, "long") : "" }}</p>
|
||||
<p><b>{{ $t("calendarViewer.notes") }}:</b></p>
|
||||
<p v-for="note in clickedEvent.notes.split('\n')" class="note-line">{{ note }}</p>
|
||||
<p v-for="note in clickedEvent.notes.split('\n')" class="note-line" :key="note">{{ note }}</p>
|
||||
</div>
|
||||
</OverlayPanel>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user