Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 8, 2023
1 parent 4425101 commit 026d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHeader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class AppHeader extends Component {
}

const version = import.meta.env.VITE_APP_GIT_SHA?.substring(0, 7) || 'dev';
const buildDate = import.meta.env.VITE_APP_BUILD_DATE;
const buildDate = import.meta.env.VITE_APP_BUILD_TIMESTAMP;
let buildTimestamp = ''
if (buildDate) {
buildTimestamp = `, ${dayjs(buildDate).fromNow()}`;
Expand Down

0 comments on commit 026d4a8

Please sign in to comment.