From 59d4fd28ff81c53a0a6c34caddcc66e11a000a36 Mon Sep 17 00:00:00 2001 From: Vara Date: Wed, 8 May 2024 21:08:43 +0530 Subject: [PATCH] Fix lint errors --- assets/js/components/notifications/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/components/notifications/index.js b/assets/js/components/notifications/index.js index c3ff59a..408cadf 100644 --- a/assets/js/components/notifications/index.js +++ b/assets/js/components/notifications/index.js @@ -177,7 +177,6 @@ const Notifications = ({methods, constants, ...props}) => { constants={constants} methods={methods} /> - ))} );