bugfix for cues with prewaits

on small viewport sizes, cues with prewaits would be missing a column compared to their non-waited pals
This commit is contained in:
sparks-alec
2022-11-30 08:39:31 -05:00
parent c38f5c34a3
commit 54d04a7c44
+1 -1
View File
@@ -95,7 +95,7 @@
<% if(cue.preWait){ %>
<td class="q-time hide-medium"><%= elapsedTime(cue.preWait, cue.preWaitElapsed, "preWait", cue) %></td>
<td class="q-time hide-small"><%= elapsedTime(cue.preWait, cue.preWaitElapsed, "preWait", cue) %></td>
<% }else{ %>
<td class="q-time q-gray-text hide-small">00:00.00</td>