Skip to content

Commit afc1370

Browse files
authored
feat: remove miliseconds from timer (#2424)
1 parent ba0f5ef commit afc1370

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/client/internals/TimerInlined.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const color = computed(() => {
4747
<span>{{ timer.m }}</span>
4848
<span op50>:</span>
4949
<span>{{ timer.s }}</span>
50-
<span class="text-base op50">.{{ timer.ms }}</span>
5150
</div>
5251
</div>
5352
</template>

0 commit comments

Comments
 (0)