Skip to content

Commit

Permalink
Merge pull request #1405 from edenia/dev
Browse files Browse the repository at this point in the history
Production Release
  • Loading branch information
xavier506 committed Dec 13, 2023
2 parents e608dc5 + 3d85240 commit 6c421b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webapp/src/layouts/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ const Dashboard = ({ children }) => {
networkName: eosConfig.networkLabel,
}),
pathname: pathName,
pageTitle: t(`${pathName}>title`, {
networkName: eosConfig.networkLabel,
}),
pageTitle: i18n.exists(`routes:${pathName}>title`)
? t(`${pathName}>title`, {
networkName: eosConfig.networkLabel,
})
: '',
useConnectWallet: Boolean(route.useConnectWallet),
})
} else {
Expand Down

0 comments on commit 6c421b8

Please sign in to comment.