Fixed minor issues with app deployment etc

This commit is contained in:
Frikky
2025-04-03 22:48:51 +02:00
parent b204296e71
commit 9dbe9b8077
11 changed files with 18 additions and 18 deletions
+2 -1
View File
@@ -837,12 +837,13 @@ const NotificationItem = memo((props) => {
color="secondary"
style={{
height: 50,
textTransform: "none",
}}
onClick={() => {
dismissNotification(data.id);
}}
>
Mark Read
Mark as Read
</Button>
) : null}