From a083655f9f36447f8471cfd8f91f89065e2fdf1b Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 12:16:35 -0700 Subject: [PATCH] cleanup diff --- src/view/screens/Profile.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 65751e8544..de3df8cd28 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -272,13 +272,13 @@ function ProfileScreenLoaded({ } }, [ - feedsIndex, filtersIndex, - likesIndex, - listsIndex, - mediaIndex, postsIndex, repliesIndex, + mediaIndex, + likesIndex, + feedsIndex, + listsIndex, starterPacksIndex, ], )