Remove recoil sync (#11569)
Recoil-sync was causing issues with Firefox, replacing it with a simpler mechanism to hydrate variables on page load --------- Co-authored-by: etiennejouan <jouan.etienne@gmail.com>
This commit is contained in:
@ -172,7 +172,7 @@ export const ChooseYourPlan = () => {
|
||||
?.baseProduct.name;
|
||||
|
||||
return (
|
||||
<Modal.Content>
|
||||
<Modal.Content isVerticalCentered>
|
||||
{isDefined(baseProductPrice) && isDefined(billing) ? (
|
||||
<>
|
||||
<Title noMarginTop>
|
||||
|
||||
Reference in New Issue
Block a user