Skip to content

Commit

Permalink
mobile: Add default to a browserPath
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Nov 8, 2019
1 parent 8c63155 commit ef61390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/mobile/TabBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="wrapper">
<ButtonPlain
v-if="!$globals.DISABLED_BROWSER"
:to="browserPath || { name: 'apps' }"
:to="browserPath"
>
<Grid />
<div>{{ $t('app.title') }}</div>
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
state: {
followers: {},
stepFraction: null,
browserPath: '',
browserPath: { name: 'apps' },
nameListRouteParams: { name: 'name-list-personal' },
readSecurityCourses: [],
skipAddingToHomeScreen: false,
Expand Down

0 comments on commit ef61390

Please sign in to comment.