Skip to content

Commit

Permalink
just leave them as feedInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Apr 11, 2024
1 parent 38ebcdb commit 85191f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/view/screens/ProfileFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export function ProfileFeedScreenInner({
isHapticsDisabled,
isSaved,
removeFeed,
feedInfo.uri,
feedInfo,
resetRemoveFeed,
_,
saveFeed,
Expand All @@ -252,7 +252,7 @@ export function ProfileFeedScreenInner({
isHapticsDisabled,
isPinned,
unpinFeed,
feedInfo.uri,
feedInfo,
resetUnpinFeed,
pinFeed,
resetPinFeed,
Expand Down Expand Up @@ -566,8 +566,7 @@ function AboutSection({
unlikeFeed,
track,
likeFeed,
feedInfo.uri,
feedInfo.cid,
feedInfo,
_,
])

Expand Down

0 comments on commit 85191f8

Please sign in to comment.