Remove an unneeded dependency
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
This commit is contained in:
@@ -75,7 +75,7 @@ export const EntityAirbrakeWidget = ({ entity }: { entity: Entity }) => {
|
||||
}
|
||||
throw e;
|
||||
}
|
||||
}, [componentState, airbrakeApi, projectId]);
|
||||
}, [airbrakeApi, projectId]);
|
||||
|
||||
useEffect(() => {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user