Skip to content
Snippets Groups Projects
Commit f5205ab7 authored by David Trattnig's avatar David Trattnig
Browse files

fix: whitespace

parent 922296e5
No related branches found
No related tags found
No related merge requests found
Pipeline #2335 passed
......@@ -13,7 +13,8 @@
<template>
<time class="time-start" datetime={start}>
{#if !displayTimeOnly}{formatDate(start, true)} {/if}{formatTime(start)}
{#if !displayTimeOnly}{formatDate(start, true)}{/if}
{formatTime(start)}
</time>
{#if end}
<time class="time-end" datetime={end}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment