Skip to content

Commit

Permalink
allow inviting to the pro plan for free_upgraded users (#2517)
Browse files Browse the repository at this point in the history
* allow inviting to the pro plan for free_upgraded users

* fix
  • Loading branch information
spolu authored Nov 14, 2023
1 parent 9af0e26 commit 8d99aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front/pages/poke/[wId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { CoreAPI } from "@app/lib/core_api";
import {
FREE_TEST_PLAN_CODE,
FREE_UPGRADED_PLAN_CODE,
PRO_PLAN_SEAT_29_CODE,
} from "@app/lib/plans/plan_codes";
import { getPlanInvitation } from "@app/lib/plans/subscription";
import { usePokePlans } from "@app/lib/swr";
Expand Down Expand Up @@ -363,7 +362,6 @@ const WorkspacePage = ({
if (
[
FREE_TEST_PLAN_CODE,
PRO_PLAN_SEAT_29_CODE,
FREE_UPGRADED_PLAN_CODE,
].includes(p.code)
) {
Expand Down

0 comments on commit 8d99aad

Please sign in to comment.