Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 11, 2024
1 parent e7385e9 commit 10071b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/OptionsList/BaseOptionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ export default memo(
nextProps.headerMessage === prevProps.headerMessage &&
nextProps.isLoading === prevProps.isLoading &&
isEqual(nextProps.sections, prevProps.sections),
);
);
2 changes: 1 addition & 1 deletion src/components/OptionsList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ function OptionsList(props: OptionsListProps, ref: ForwardedRef<OptionsListType>

OptionsList.displayName = 'OptionsList';

export default forwardRef(OptionsList);
export default forwardRef(OptionsList);

0 comments on commit 10071b0

Please sign in to comment.