mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
added linting
This commit is contained in:
parent
092feb5ee7
commit
0c2c199e74
@ -71,14 +71,14 @@
|
||||
<span v-if="post.eventVenue">-</span>
|
||||
{{ $t('post.viewEvent.eventIsOnline') }}
|
||||
</span>
|
||||
</ds-text>
|
||||
</ds-text>
|
||||
<ds-text align="left" color="soft" class="event-info">
|
||||
<base-icon name="calendar" data-test="calendar" />
|
||||
<span>{{getEventDateString}}</span>
|
||||
<span>{{ getEventDateString }}</span>
|
||||
</ds-text>
|
||||
<ds-text align="left" color="soft" class="event-info">
|
||||
<base-icon name="clock" data-test="calendar" />
|
||||
<span>{{getEventTimeString}}</span>
|
||||
<span>{{ getEventTimeString }}</span>
|
||||
</ds-text>
|
||||
</ds-space>
|
||||
<ds-space margin-bottom="small" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user