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<{ } - +