From 0f12c33e1c1c33e0f4e5cf32a1eff7e980edc4d2 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 6 Feb 2023 17:27:01 +0100 Subject: [PATCH] test coverage by 95.65% --- .../src/components/ContributionLink/ContributionLinkList.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/src/components/ContributionLink/ContributionLinkList.vue b/admin/src/components/ContributionLink/ContributionLinkList.vue index f67feced2..9d8977d04 100644 --- a/admin/src/components/ContributionLink/ContributionLinkList.vue +++ b/admin/src/components/ContributionLink/ContributionLinkList.vue @@ -70,8 +70,6 @@ export default { formatter: (value, key, item) => { if (value) { return this.$d(new Date(value)) - } else { - return null } }, }, @@ -81,8 +79,6 @@ export default { formatter: (value, key, item) => { if (value) { return this.$d(new Date(value)) - } else { - return null } }, },