Fix commit has not showing

This commit is contained in:
Sacha Weatherstone
2022-08-07 21:57:10 +10:00
parent 258ffc2ec6
commit 0bb7581846

View File

@@ -134,7 +134,7 @@ export const Header = (): JSX.Element => {
href="https://github.com/meshtastic/meshtastic-web"
>
<Button iconBefore={FiGithub}>
{import.meta.env.COMMIT_HASH ?? "DEVELOPMENT"}
{process.env.COMMIT_HASH ?? "DEVELOPMENT"}
</Button>
</Link>
</Tooltip>