From 03761bd7f88ecbb52768e9a1c623c21d2c339d4d Mon Sep 17 00:00:00 2001 From: Huilensolis Date: Sun, 5 May 2024 19:54:44 -0300 Subject: [PATCH] fix: #157 post options based on roles --- .../post/components/options/index.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/(site)/app/post/[postid]/components/post/components/options/index.tsx b/src/app/(site)/app/post/[postid]/components/post/components/options/index.tsx index bf3ec09..b9bd595 100644 --- a/src/app/(site)/app/post/[postid]/components/post/components/options/index.tsx +++ b/src/app/(site)/app/post/[postid]/components/post/components/options/index.tsx @@ -18,9 +18,9 @@ export function PostOptions({ }) { return (
- {doesUserOwnPost && ( - <> - +
+ +
); }