diff --git a/src/view/shell/desktop/Feeds.tsx b/src/view/shell/desktop/Feeds.tsx index 4cbf04cda4..df89d95cad 100644 --- a/src/view/shell/desktop/Feeds.tsx +++ b/src/view/shell/desktop/Feeds.tsx @@ -27,13 +27,7 @@ export function DesktopFeeds() { if (isLoading) { return ( - + {Array(5) .fill(0) .map((_, i) => ( @@ -60,6 +54,7 @@ export function DesktopFeeds() { return ( {!isSearchScreen && }