Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFomina committed Jan 11, 2025
1 parent ba17aa0 commit bb98264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/api/workspaces/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const QUERY_ALL_WORKSPACES_WITH_PROJECTS = `
billingPeriodEventsCount
subscriptionId
lastChargeDate
isDebug
inviteHash
...WorkspaceWithTeam
...WorkspacePlan
Expand Down
1 change: 0 additions & 1 deletion src/components/modals/PaymentDetailsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export default Vue.extend({
* New plan
*/
plan(): Plan {
console.log(this.$store.getters.getPlanById(this.tariffPlanId))
return this.$store.getters.getPlanById(this.tariffPlanId);
},
Expand Down

0 comments on commit bb98264

Please sign in to comment.