mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1407 from sharelatex/ta-team-status-free
Hide Free v1 Teams on Subscription Dashboard GitOrigin-RevId: ba805e77eb1f994158d3ceaa42be23943fca0f1f
This commit is contained in:
parent
e9b18af2e1
commit
837302327e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
- if (v1SubscriptionStatus['team'])
|
||||
- if (v1SubscriptionStatus['team'] && v1SubscriptionStatus['team']['default_plan_name'] != 'free')
|
||||
- hasAnySubscription = true
|
||||
p
|
||||
| You have a legacy group licence from Overleaf v1.
|
||||
- if (v1SubscriptionStatus['team']['will_end_at'])
|
||||
|
@ -28,6 +29,7 @@
|
|||
hr
|
||||
|
||||
- if (v1SubscriptionStatus['product'])
|
||||
- hasAnySubscription = true
|
||||
p
|
||||
| You have a legacy Overleaf v1
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue