fix: application version.

This commit is contained in:
a.bouhuolia
2022-01-03 23:14:11 +02:00
parent 4fc1ecdc2d
commit 21779007be
3 changed files with 7 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ export default function Sidebar({ dashboardContentRef }) {
* @returns {React.JSX}
*/
function SidebarFooterVersion() {
const { REACT_APP_VERSION: VERSION } = process.env;
const { VERSION } = process.env;
if (!VERSION) {
return null;