Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit c2e3b6a

Browse files
authored
fix: fixed env var name (#28)
1 parent 46f2d9f commit c2e3b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BCHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface ListItems {
3737
const listItems = LeftPanelItems;
3838

3939
const BCHeader = () => {
40-
const version: string = `Version: ${env.REACT_APP_NRFESAMPLEAPP_VERSION}`;
40+
const version: string = `Version: ${env.REACT_APP_NRSPARWEBAPP_VERSION}`;
4141

4242
const navigate = useNavigate();
4343

0 commit comments

Comments
 (0)