Skip to content

Commit

Permalink
fix: get team plan
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Feb 28, 2024
1 parent 5b69dce commit 2f8fe04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/app/src/web/support/user/useUserStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const useUserStore = create<State>()(
},
teamPlanStatus: null,
initTeamPlanStatus() {
if (!useSystemStore.getState()?.feConfigs?.isPlus) return Promise.resolve();
return getTeamPlanStatus().then((res) => {
set((state) => {
state.teamPlanStatus = res;
Expand Down

0 comments on commit 2f8fe04

Please sign in to comment.