version_number

This commit is contained in:
ahmed531998 2023-08-30 12:05:04 +02:00
parent 6738912575
commit 7151b48611
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {