From a85149259590728baaa4a6f92b6e65d364f0ea68 Mon Sep 17 00:00:00 2001 From: Srinath Date: Mon, 16 Mar 2026 15:05:57 +0530 Subject: [PATCH] Added props in ExtenSubscriptionModel component setExtendModel={setExtendModel} --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) 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} /> ); }