mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Fix interstitial payment monthly annual switch doesn't show the correct table
GitOrigin-RevId: ad88867922aafd65f245ff04d13203acbcf21b94
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user