Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Mar 25, 2024
1 parent 90e3f46 commit 83c4c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/OptionsList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {OptionData} from '@libs/ReportUtils';

type OptionsListData = SectionListData<OptionData, Section>;
type OptionsListDataWithIndexOffset = SectionListData<OptionData, SectionWithIndexOffset>;

type OptionsList = SectionList<OptionData, SectionWithIndexOffset>;

type Section = {
Expand Down

0 comments on commit 83c4c31

Please sign in to comment.