diff --git a/src/components/OptionsList/BaseOptionsList.tsx b/src/components/OptionsList/BaseOptionsList.tsx index ba9a5884dd8b..c1e4562a0c2d 100644 --- a/src/components/OptionsList/BaseOptionsList.tsx +++ b/src/components/OptionsList/BaseOptionsList.tsx @@ -283,4 +283,4 @@ export default memo( nextProps.headerMessage === prevProps.headerMessage && nextProps.isLoading === prevProps.isLoading && isEqual(nextProps.sections, prevProps.sections), -); \ No newline at end of file +); diff --git a/src/components/OptionsList/index.tsx b/src/components/OptionsList/index.tsx index a054003acfa9..d0c6cb31bf64 100644 --- a/src/components/OptionsList/index.tsx +++ b/src/components/OptionsList/index.tsx @@ -51,4 +51,4 @@ function OptionsList(props: OptionsListProps, ref: ForwardedRef OptionsList.displayName = 'OptionsList'; -export default forwardRef(OptionsList); \ No newline at end of file +export default forwardRef(OptionsList);