Restore event length in dashboard table
This commit is contained in:
parent
ffdff1d833
commit
a60b86ce18
@ -28,7 +28,7 @@
|
|||||||
br
|
br
|
||||||
span
|
span
|
||||||
span {{ '(' }}
|
span {{ '(' }}
|
||||||
strong {{ RSVPItem.length }} minutes
|
strong {{ eventTypes[RSVPItem.eventTypeHash].length }} minutes
|
||||||
span {{ ' meeting)' }}
|
span {{ ' meeting)' }}
|
||||||
td(v-if="RSVPItem.status", class="center")
|
td(v-if="RSVPItem.status", class="center")
|
||||||
strong(class="upper") {{ RSVPItem.status }}
|
strong(class="upper") {{ RSVPItem.status }}
|
||||||
|
Loading…
Reference in New Issue
Block a user