kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-timeline' into 'develop'
Fetch account timeline when switching tabs See merge request soapbox-pub/soapbox-fe!1735environments/review-develop-3zknud/deployments/785
commit
f0eb5ea050
|
@ -65,7 +65,7 @@ const AccountTimeline: React.FC<IAccountTimeline> = ({ params, withReplies = fal
|
|||
if (account) {
|
||||
dispatch(expandAccountTimeline(account.id, { withReplies }));
|
||||
}
|
||||
}, [account?.id]);
|
||||
}, [account?.id, withReplies]);
|
||||
|
||||
const handleLoadMore = (maxId: string) => {
|
||||
if (account) {
|
||||
|
|
Ładowanie…
Reference in New Issue