TP-00000 | more performance optimisations
This commit is contained in:
@@ -75,7 +75,7 @@ const TrackingComponent: React.FC<ITrackingComponent> = ({ children }) => {
|
||||
const dispatch = useAppDispatch();
|
||||
const appState = useRef(AppState.currentState);
|
||||
const isTeamLead = useAppSelector((state) => state.user.isTeamLead);
|
||||
const caseSyncLock = useAppSelector((state) => state.user.caseSyncLock);
|
||||
const caseSyncLock = useAppSelector((state) => state?.user?.caseSyncLock);
|
||||
|
||||
const {
|
||||
referenceId,
|
||||
|
||||
Reference in New Issue
Block a user