mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(widget): resolve eslint
This commit is contained in:
parent
1fb7fe0212
commit
68fd8c9854
@ -161,7 +161,7 @@ const UserSubscription: React.FC = () => {
|
||||
last_name: localStorageProfile?.last_name,
|
||||
});
|
||||
}
|
||||
}, [handleSubmit, setScreen]);
|
||||
}, [handleSubmit, hasSession, setScreen]);
|
||||
|
||||
return (
|
||||
<div className="user-subscription-wrapper">
|
||||
|
Loading…
Reference in New Issue
Block a user