fix(widget): resolve eslint

This commit is contained in:
yassinedorbozgithub 2025-06-26 17:44:27 +01:00
parent 1fb7fe0212
commit 68fd8c9854

View File

@ -161,7 +161,7 @@ const UserSubscription: React.FC = () => {
last_name: localStorageProfile?.last_name,
});
}
}, [handleSubmit, setScreen]);
}, [handleSubmit, hasSession, setScreen]);
return (
<div className="user-subscription-wrapper">