mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:21:10 +00:00
Fix interstitial payment monthly annual switch doesn't show the correct table
GitOrigin-RevId: ad88867922aafd65f245ff04d13203acbcf21b94
This commit is contained in:
parent
bbc04ac4c5
commit
37c69fc6b7
1 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ block content
|
|||
|
||||
+plans_v2_table_sticky_header(true, interstitialPaymentConfig)
|
||||
|
||||
.row.plans-v2-table-container(data-ol-plans-v2-table-container='monthly')
|
||||
.row.plans-v2-table-container(data-ol-plans-v2-period='monthly')
|
||||
.col-sm-12
|
||||
.row
|
||||
table.card.plans-v2-table.plans-v2-table-individual
|
||||
+plans_v2_table('monthly', interstitialPaymentConfig)
|
||||
|
||||
.row.plans-v2-table-container(hidden data-ol-plans-v2-table-container='annual')
|
||||
.row.plans-v2-table-container(hidden data-ol-plans-v2-period='annual')
|
||||
.col-sm-12
|
||||
.row
|
||||
table.card.plans-v2-table.plans-v2-table-individual
|
||||
|
|
Loading…
Reference in a new issue