From f35692eef0763fe853f3d88a18d6aefbbf5d0d2b Mon Sep 17 00:00:00 2001 From: Lucas Leite Date: Tue, 8 Feb 2022 17:48:21 -0300 Subject: Changed devices list search --- modern/src/common/selectors.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'modern/src/common/selectors.js') diff --git a/modern/src/common/selectors.js b/modern/src/common/selectors.js index 45a79504..0c4c02e1 100644 --- a/modern/src/common/selectors.js +++ b/modern/src/common/selectors.js @@ -4,6 +4,4 @@ export const getUserId = (state) => state.session.user?.id; export const getDevices = (state) => Object.values(state.devices.items); -export const getFilteredDevices = (state) => Object.values(state.devices.filteredItems); - export const getPosition = (id) => (state) => state.positions.items[id]; -- cgit v1.2.3