Skip to content

Commit

Permalink
Update staff.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh authored Aug 19, 2023
1 parent 3159337 commit ac5d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about/staff.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import i18n from '@/i18n/about/staff.i18n'
export default {
layout(context) {
const ccip = context.query.ccip // to determine if it's opass mobile app
return ccip ? 'ccip' : 'default';
return ccip ? 'ccip' : 'default'
},
i18n,
name: 'PageStaff',
Expand Down

0 comments on commit ac5d112

Please sign in to comment.