From 751033960b9b38492509c48f09f160cafc188c6f Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 2 Dec 2022 01:06:07 -0500 Subject: [PATCH] fix: remove duplicate dot --- components/Date.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Date.vue b/components/Date.vue index 5fc1410..46ea4c4 100644 --- a/components/Date.vue +++ b/components/Date.vue @@ -9,5 +9,5 @@ const utcDate = getUtcDate(props.doc);