Skip to content

Commit

Permalink
Remove incorrect dollar in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-8 authored Mar 8, 2024
1 parent 24418b7 commit b37f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/Utils/NotificationListener.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
})
Expand Down

0 comments on commit b37f76b

Please sign in to comment.