Skip to content

Commit

Permalink
fix(suite): selector
Browse files Browse the repository at this point in the history
  • Loading branch information
enjojoy committed Dec 12, 2024
1 parent fd52531 commit 524d2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const getDeviceStatus = ({

export const useUpdateStatus = (): UpdateStatusData => {
const { device } = useDevice();
const { desktopUpdate } = useSelector(state => state);
const desktopUpdate = useSelector(state => state.desktopUpdate);

const isDeviceDisconnected = device?.connected !== true;
const isFirmwareOutdated = device?.firmware === 'outdated';
Expand Down

0 comments on commit 524d2ac

Please sign in to comment.