From 7151b486112918dcd1903628db1d5db0f46ff6a6 Mon Sep 17 00:00:00 2001 From: ahmed531998 Date: Wed, 30 Aug 2023 12:05:04 +0200 Subject: [PATCH] version_number --- src/ChatPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChatPage.js b/src/ChatPage.js index aacddd5..5738ffe 100644 --- a/src/ChatPage.js +++ b/src/ChatPage.js @@ -21,7 +21,7 @@ const ChatPage = () => { console.log(REACT_APP_VERSION_INFO) if (!version) { console.info("No version information present at build time."); - }else{console.info(REACT_APP_VERSION_INFO);} + }else{console.info(version);} useEffect(() => {