Skip to content

Commit

Permalink
🐛 Check for the right control value
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Sep 24, 2024
1 parent 3d1666e commit a1b1cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/posts/PostsFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ function PostControls({
</button>
)}

{controls.includes('repost') &&
{controls.includes('workspace') &&
(isInWorkspace ? (
<button
type="button"
Expand Down

0 comments on commit a1b1cfb

Please sign in to comment.