From 03cb43113589226f69fe3d093b8b4ad5ac202463 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 1 Sep 2022 22:56:09 +0200 Subject: [PATCH] storing id on element --- frontend/src/ts/elements/alerts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/elements/alerts.ts b/frontend/src/ts/elements/alerts.ts index f202b8f2b..4f5f04b03 100644 --- a/frontend/src/ts/elements/alerts.ts +++ b/frontend/src/ts/elements/alerts.ts @@ -115,7 +115,7 @@ async function getAccountAlerts(): Promise { $("#alertsPopup .accountAlerts .list").append(` -
+
${formatDistanceToNowStrict( new Date(ie.timestamp)