Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Jan 23, 2025
1 parent c083ca2 commit dc31d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/NestedAccordion.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/jsx-props-no-spreading */
import { Accordion, AccordionProps, styled } from '@mui/material';
import React from 'react';

Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/NestedAccordionSummary.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/jsx-props-no-spreading */
import { AccordionSummary, AccordionSummaryProps, styled } from '@mui/material';
import React from 'react';
import { ChevronRight } from 'react-feather';
Expand Down

0 comments on commit dc31d07

Please sign in to comment.