about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRichard Gordon <richgordon95@gmail.com>2023-05-17 10:43:08 -0400
committerGitHub <noreply@github.com>2023-05-17 09:43:08 -0500
commit09bb2f52084724e9e5b000a7c59a78559c9b743e (patch)
tree053aa23873cdaf9a2b84ce7e6b01df87c9dafcd8 /src
parentd7826a3334cd5ef0cf4e6f816e1c85c49fa1a7a1 (diff)
downloadvoidsky-09bb2f52084724e9e5b000a7c59a78559c9b743e.tar.zst
hidereport button on own post (#676)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/forms/DropdownButton.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/forms/DropdownButton.tsx b/src/view/com/util/forms/DropdownButton.tsx
index 10076360f..36ef1f409 100644
--- a/src/view/com/util/forms/DropdownButton.tsx
+++ b/src/view/com/util/forms/DropdownButton.tsx
@@ -209,7 +209,7 @@ export function PostDropdownBtn({
       },
     },
     {sep: true},
-    {
+    !isAuthor && {
       testID: 'postDropdownReportBtn',
       icon: 'circle-exclamation',
       label: 'Report post',