Skip to content

Commit

Permalink
Remove unused quote action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidisaaclee committed Nov 21, 2024
1 parent 84a19d8 commit 093aabd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function DetailPostView({
<ContextGestureListener
presentationCandidate={{
post: item.post,
postActionIds: ['delete', 'edit', 'quote'],
postActionIds: ['delete', 'edit'],
}}
menuApi={postContextMenu}
>
Expand Down

0 comments on commit 093aabd

Please sign in to comment.