From b00a962e77ec1456e5450559ec03b4136ccb6da9 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 15 Jan 2023 20:44:41 +1300 Subject: [PATCH] Fix typo --- .../notificationUtils/notificationLookup/notificationLookup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/admin/notificationUtils/notificationLookup/notificationLookup.jsx b/client/admin/notificationUtils/notificationLookup/notificationLookup.jsx index 973212e85..0ed9398c5 100644 --- a/client/admin/notificationUtils/notificationLookup/notificationLookup.jsx +++ b/client/admin/notificationUtils/notificationLookup/notificationLookup.jsx @@ -33,7 +33,7 @@ const NotificationLookup = createClass({ }, renderFoundNotification(){ - const notification = this.state.foundnotification; + const notification = this.state.foundNotification; return
Key