diff --git a/app/soapbox/components/scrollable_list.tsx b/app/soapbox/components/scrollable_list.tsx index 3264c5369..0361da981 100644 --- a/app/soapbox/components/scrollable_list.tsx +++ b/app/soapbox/components/scrollable_list.tsx @@ -2,7 +2,6 @@ import React from 'react'; import { Virtuoso } from 'react-virtuoso'; import PullToRefresh from 'soapbox/components/pull-to-refresh'; -// import { useSettings } from 'soapbox/hooks'; import { Spinner, Text } from './ui'; @@ -65,9 +64,6 @@ const ScrollableList: React.FC = ({ placeholderComponent: Placeholder, placeholderCount = 0, }) => { - // const settings = useSettings(); - // const autoload = settings.get('autoloadMore'); - /** Normalized children */ const elements = Array.from(children || []);