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

@@ -10,7 +10,7 @@ class DeckPage extends React.PureComponent {
return (
<DeckLayout>
<PageTitle path={'Deck'} />
<PageTitle path='Deck' />
{children}
</DeckLayout>
)