zapupenec/diary_app

View on GitHub
src/components/modal/modal-note/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ModalNote has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ModalNote: FC<IModalNoteProps> = () => {
  const { extra, hideModal } = useModal();
  const { id, title, description, date, image, emoji } = extra.note;
  const { dateTime, dateDisplay } = getDisplayDate(date, 'long');
  const { width } = useResize();
Severity: Minor
Found in src/components/modal/modal-note/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status