Skip to content

Commit

Permalink
style(remove-livechat): linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Aug 28, 2024
1 parent d472edd commit b0dbff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/sessionsList/SessionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const SessionsList = ({
const sessionListTab = useSearchParam<SESSION_LIST_TAB>('sessionListTab');

const { userData } = useContext(UserDataContext);
const { status } = useContext(RocketChatUserStatusContext);

const [isLoading, setIsLoading] = useState(true);
const [currentOffset, setCurrentOffset] = useState(0);
Expand Down

0 comments on commit b0dbff7

Please sign in to comment.