Skip to content

Commit 3038478

Browse files
authored
[vc-timer] remove trailing dot
1 parent a016401 commit 3038478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/vc-timer/components/timer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default () => {
4040
"font-family": "monospace"
4141
}}
4242
>
43-
{time() + " • "}
43+
{time()}
4444
</p>
4545
);
4646
};

0 commit comments

Comments
 (0)