🐛 Fix notification duplicate file extension (#356)

This commit is contained in:
Montassar Ghanmy
2024-02-02 00:22:20 +01:00
committed by GitHub
parent 8745c8d1c0
commit 5621d6b305
@@ -26,7 +26,7 @@
</div>
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:16px;line-height:29px;text-align:center;color:#000000;">
<span style="font-weight: 500">
${!it.notifications[0].item.is_directory ? `${it.notifications[0].item.name}.${it.notifications[0].item.extension}` : `${it.notifications[0].item.name}.${it.notifications[0].item.extension}`}
${it.notifications[0].item.name}
</span>
</div>
</td>