From b37f76bb0c945782c58b1bb28800f29bc7ef53bb Mon Sep 17 00:00:00 2001 From: JJ-8 <34778827+JJ-8@users.noreply.github.com> Date: Fri, 8 Mar 2024 07:58:46 +0100 Subject: [PATCH] Remove incorrect dollar in notification --- front/src/components/Utils/NotificationListener.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Utils/NotificationListener.vue b/front/src/components/Utils/NotificationListener.vue index 5061cab4..5ea7019a 100644 --- a/front/src/components/Utils/NotificationListener.vue +++ b/front/src/components/Utils/NotificationListener.vue @@ -35,7 +35,7 @@ export default defineComponent({ ); onFlag((task) => globalNotify({ - message: `Task ${task.title} solved!$`, + message: `Task ${task.title} solved!`, icon: 'flag', tag: `onFlag:${task.ctfId}:${task.id}`, })