From 425a9dc59583226e7512817ad8ee577f61018faa Mon Sep 17 00:00:00 2001 From: Micrufun Date: Thu, 15 Jun 2023 10:07:20 +0330 Subject: [PATCH] Fix typo --- .../src/static/js/components/_shared/popup/PopupContent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/static/js/components/_shared/popup/PopupContent.jsx b/frontend/src/static/js/components/_shared/popup/PopupContent.jsx index 10d70dd..c9c2460 100644 --- a/frontend/src/static/js/components/_shared/popup/PopupContent.jsx +++ b/frontend/src/static/js/components/_shared/popup/PopupContent.jsx @@ -31,7 +31,7 @@ export function PopupContent(props) { hide(); } } else { - Console.log("This browser doesn't supply event path information") + console.log("This browser doesn't supply event path information") // TODO: Should call hide()? } }, []);