mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
storing id on element
This commit is contained in:
parent
f2c4f07a16
commit
03cb431135
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ async function getAccountAlerts(): Promise<void> {
|
|||
|
||||
$("#alertsPopup .accountAlerts .list").append(`
|
||||
|
||||
<div class="item">
|
||||
<div class="item" data-id="${ie.id}">
|
||||
<div class="indicator ${ie.read ? "" : "main"}"></div>
|
||||
<div class="timestamp">${formatDistanceToNowStrict(
|
||||
new Date(ie.timestamp)
|
||||
|
|
Loading…
Reference in a new issue