diff --git a/components/pages/WebsiteList.js b/components/pages/WebsiteList.js index 07cc4107..12e2f7d9 100644 --- a/components/pages/WebsiteList.js +++ b/components/pages/WebsiteList.js @@ -62,33 +62,36 @@ export default function WebsiteList({ websites, showCharts, limit }) { {changeOrderMode ? ( - {provided => ( -
+ {(provided, snapshot) => ( +
{ordered.map(({ website_id, name, domain }, index) => index < limit ? ( -
- - {provided => ( -
- -
- )} -
-
+ + {provided => ( +
+ +
+ )} +
) : null, )}