mirror of
https://github.com/meshtastic/web.git
synced 2026-01-28 01:12:31 -05:00
Fix commit has not showing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user