Skip to content

Commit eba6077

Browse files
committed
slash in front of notification link_to
1 parent 0b0ac99 commit eba6077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/shared/NavBarBell.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
if (type === 'match' || type === 'message' || type === 'message_like') {
7575
return '/matches';
7676
}
77-
return link;
77+
return `/${link}`;
7878
},
7979
async makeNotificationsSeen() {
8080
const length = this.notifications.length;

0 commit comments

Comments
 (0)