Skip to content

Commit

Permalink
Fix Share Feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Feb 28, 2024
1 parent 4cedfb3 commit 0aeb251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IconContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const IconContainer = () => {
try {
await feed.put({
//@ts-ignore
public: sharePublically,
public: sharePublically ? sharePublically : feed.data.public,
owner: sharePublically ? feed.data.creator_username : feedName,
});
} catch (error: any) {
Expand Down

0 comments on commit 0aeb251

Please sign in to comment.