From 371b55aa44223f68a2a3b2dba57009cd45f67197 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 28 Mar 2024 13:17:20 +0100 Subject: [PATCH] Fix Profile tab pagination --- src/components/ProfileTabs/ProfileTabs.tsx | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/ProfileTabs/ProfileTabs.tsx b/src/components/ProfileTabs/ProfileTabs.tsx index 8d72d2a..4bcd55f 100644 --- a/src/components/ProfileTabs/ProfileTabs.tsx +++ b/src/components/ProfileTabs/ProfileTabs.tsx @@ -276,9 +276,12 @@ const ProfileTabs: Component<{ )} - { - profile?.actions.fetchNextPage(); - }}/> + { + profile?.actions.fetchNextPage(); + }} + isSmall={true} + /> @@ -329,9 +332,12 @@ const ProfileTabs: Component<{ )} - { - profile?.actions.fetchNextRepliesPage(); - }}/> + { + profile?.actions.fetchNextRepliesPage(); + }} + isSmall={true} + /> @@ -364,7 +370,7 @@ const ProfileTabs: Component<{ /> } - + @@ -400,7 +406,7 @@ const ProfileTabs: Component<{ } - + @@ -475,7 +481,7 @@ const ProfileTabs: Component<{ } - +