Skip to content

Commit

Permalink
disabled check for update prop for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Jan 12, 2024
1 parent 210f4ea commit 26d4cc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/forYou.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function ForYou(props) {

let newWeights = weights
const newFeed = await algo.setWeights(newWeights)


if (firstLoad || !listIterator.current) {
listIterator.current = newFeed;
}
Expand Down Expand Up @@ -115,7 +113,6 @@ function ForYou(props) {
errorText="Unable to load posts."
instance={instance}
fetchItems={fetchList}
checkForUpdates={checkForUpdates}
useItemID
boostsCarousel={snapStates.settings.boostsCarousel}
allowFilters
Expand Down

0 comments on commit 26d4cc3

Please sign in to comment.