Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed Aug 21, 2020
1 parent 2cfbafb commit cfb5a33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/omnichannel/currentChats/CurrentChatsRoute.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


import { useDebouncedValue, useMutableCallback } from '@rocket.chat/fuselage-hooks';
import React, { useMemo, useCallback, useState, useEffect } from 'react';
import React, { useMemo, useCallback, useState } from 'react';
import { Table, Icon } from '@rocket.chat/fuselage';
import moment from 'moment';
import { FlowRouter } from 'meteor/kadira:flow-router';
Expand All @@ -13,8 +13,7 @@ import { useEndpointDataExperimental } from '../../hooks/useEndpointDataExperime
import { useMethod } from '../../contexts/ServerContext';
import { usePermission } from '../../contexts/AuthorizationContext';
import NotAuthorizedPage from '../../components/NotAuthorizedPage';
import { useRouteParameter, useRoute } from '../../contexts/RouterContext';
import { useForm } from '../../hooks/useForm';
import { useRoute } from '../../contexts/RouterContext';
import CurrentChatsPage from './CurrentChatsPage';

export function RemoveCurrentChatButton({ _id, reload }) {
Expand Down

0 comments on commit cfb5a33

Please sign in to comment.