Skip to content

Commit e640ad7

Browse files
IanMayoCopilot
andauthored
Update src/components/WelcomePage/index.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f922f15 commit e640ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WelcomePage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const WelcomePage: React.FC<WelcomePageProps> = ({
2020
openExistingDocument
2121
}) => {
2222
const { t } = useTranslation()
23-
const gitBranch = import.meta.env.VITE_GIT_BRANCH || t('unknown')
23+
const gitBranch = import.meta.env.VITE_GIT_BRANCH || 'unknown'
2424
const buildDate = import.meta.env.VITE_BUILD_DATE
2525
? new Date(import.meta.env.VITE_BUILD_DATE).toLocaleString()
2626
: t('unknown')

0 commit comments

Comments
 (0)