myems-web/src/components/email/Inbox.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Inbox has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Inbox = () => {
  // Hook
  const { data: paginationData, meta: paginationMeta, handler: paginationHandler } = usePagination(emailIds, 10);
  const {
    selectedItems,
Severity: Minor
Found in myems-web/src/components/email/Inbox.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status