diff --git a/packages/commonwealth/client/scripts/views/pages/Communities/Communities.tsx b/packages/commonwealth/client/scripts/views/pages/Communities/Communities.tsx index 2ec7b0f5c10..4bcbbd4ec9f 100644 --- a/packages/commonwealth/client/scripts/views/pages/Communities/Communities.tsx +++ b/packages/commonwealth/client/scripts/views/pages/Communities/Communities.tsx @@ -33,8 +33,6 @@ type ExtendedCommunitySliceType = [ ]; const CommunitiesPage = () => { - const containerRef = useRef(); - const { setModeOfManageCommunityStakeModal, modeOfManageCommunityStakeModal, @@ -137,8 +135,7 @@ const CommunitiesPage = () => { }; return ( - // @ts-expect-error - +
@@ -206,7 +203,6 @@ const CommunitiesPage = () => { className="communities-list" style={{ height: '100%', width: '100%' }} data={isInitialCommunitiesLoading ? [] : communitiesList} - customScrollParent={containerRef.current} itemContent={(listIndex, slicedCommunities) => { return slicedCommunities.map((community, sliceIndex) => { const canBuyStake = !!user.addresses.find?.(