Home: remove prefetch for TrendTimelinePanel

This commit is contained in:
thislight 2024-10-28 13:59:27 +08:00
parent 81bf27df63
commit 93f98059cd
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -249,7 +249,6 @@ const Home: ParentComponent = (props) => {
<div> <div>
<TrendTimelinePanel <TrendTimelinePanel
client={client()} client={client()}
prefetch={prefetching()}
openFullScreenToot={openFullScreenToot} openFullScreenToot={openFullScreenToot}
/> />
</div> </div>