Updated Gab Deck utils

• Updated:
- Gab Deck utils
This commit is contained in:
mgabdev
2020-12-06 00:14:43 -05:00
parent 889c5c562e
commit 5422c013e1
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ class PageTitle extends React.PureComponent {
}
updatePageTitle = ({ badge, path}) => {
let realPath = Array.isArray(path) ? path.join(' / ') : path
let realPath = Array.isArray(path) ? path.join(' / ') : `${path}`
realPath = realPath.trim()
const realBadge = !!badge ? `(${badge})` : ''