diff --git a/src/App.jsx b/src/App.jsx index 51ee8e1..042f26c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -216,6 +216,7 @@ const AppRoutes = () => { onClose={handleCancel} onPayNow={handlePay} onContinueWithCredits={freeExtend} + setExtendModel={setExtendModel} /> ); }