From 9feead28cd72583f18a1f338fd11a27a707852c6 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 3 Apr 2024 23:27:30 +0000 Subject: [PATCH] Slight Change --- frontend-next/src/components/app/notifications/notifications.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend-next/src/components/app/notifications/notifications.js b/frontend-next/src/components/app/notifications/notifications.js index 01ebe34..77bd66d 100644 --- a/frontend-next/src/components/app/notifications/notifications.js +++ b/frontend-next/src/components/app/notifications/notifications.js @@ -1,5 +1,4 @@ import { Popover } from "@headlessui/react"; -import Link from "next/link" import NotificationsIcon from '@mui/icons-material/Notifications'; import NotificationsPausedIcon from '@mui/icons-material/NotificationsPaused'; import CloseIcon from '@mui/icons-material/Close'; @@ -46,7 +45,6 @@ function removeNotification(ruser, dataID) { * @param {String} ruser - Receiving user UID * @returns {void} */ - function createNotification(title, byline, action, suser, ruser) { var timestamp = new Date().getTime(); var payload = {