Added props in ExtenSubscriptionModel component setExtendModel={setExtendModel}
This commit is contained in:
parent
c74befb4c8
commit
a851492595
|
|
@ -216,6 +216,7 @@ const AppRoutes = () => {
|
|||
onClose={handleCancel}
|
||||
onPayNow={handlePay}
|
||||
onContinueWithCredits={freeExtend}
|
||||
setExtendModel={setExtendModel}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue