Fixes varios #2 #88

Merged
jsegarra merged 17 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration 2024-10-04 18:14:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3e93f14196 - Show all commits

View File

@ -42,7 +42,7 @@ export default route(function (/* { store, ssrContext } */) {
const app = useAppStore();
app.$patch({
title: i18n.global.t(
to.meta.title ? `titles.${to.meta.title}` : 'home'
to.meta.title ? `titles.${to.meta.title}` : 'titles.Home'
),
subtitle: null,
useRightDrawer: false,