chore: Clean up

This commit is contained in:
iamsivin
2024-02-13 22:32:43 +05:30
parent b4686ec07a
commit 8b2f656372
@@ -60,7 +60,7 @@ export default {
},
activeNotificationPosition() {
const notificationIndex = this.notifications.findIndex(
n => n.id === Number(this.notificationId)
n => n.id === this.notificationId
);
return notificationIndex >= 0 ? notificationIndex + 1 : 0;
},