RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/account/deviceManagement/DeviceManagementAccountTable/DeviceManagementAccountTable.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function DeviceManagementAccountTable has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DeviceManagementAccountTable = (): ReactElement => {
    const t = useTranslation();
    const { current, itemsPerPage, setCurrent, setItemsPerPage, ...paginationProps } = usePagination();
    const { sortBy, sortDirection, setSort } = useSort<'client' | 'os' | 'loginAt'>('loginAt');

    There are no issues that match your filters.

    Category
    Status