Added in retrun funtion setExtendModel State

This commit is contained in:
Srinath 2026-03-16 15:04:39 +05:30
parent 54857b7956
commit c74befb4c8
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ const useSubscriptionManager = (sessionData, logout) => {
return () => clearInterval(interval); return () => clearInterval(interval);
}, [sessionData]); }, [sessionData]);
return { remainingDays, handleCancel, handlePay, freeExtend, extendModel }; return { remainingDays, handleCancel, handlePay, freeExtend, extendModel,setExtendModel };
}; };
export default useSubscriptionManager; export default useSubscriptionManager;