Skip to content

Commit

Permalink
qf missing team causing e2e tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cstns committed Sep 23, 2024
1 parent ca4365c commit 435d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const getters = {
!state.team.billing?.active
},
isTrialAccount (state) {
return state.team.billing?.trial
return state.team?.billing?.trial
},
isAdminUser: (state) => !!state.user.admin,
defaultUserTeam: (state, getters) => {
Expand Down

0 comments on commit 435d5c3

Please sign in to comment.