From 37ce0e248a909bfb8f3837f33b248969e7bc69be Mon Sep 17 00:00:00 2001 From: smuu <18609909+smuu@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:17:29 +0200 Subject: [PATCH] fix: remove char that messes up the link --- src/components/ItemDialogContentRenderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ItemDialogContentRenderer.js b/src/components/ItemDialogContentRenderer.js index 9cca9b6d..f19d428a 100644 --- a/src/components/ItemDialogContentRenderer.js +++ b/src/components/ItemDialogContentRenderer.js @@ -437,7 +437,7 @@ module.exports.render = function({settings, tweetsCount, itemInfo}) {
First Commit
- ${formatDate(itemInfo.firstCommitDate)} + ${formatDate(itemInfo.firstCommitDate)}
` : '';