diff --git a/src/components/Posts/PostDetailModal.jsx b/src/components/Posts/PostDetailModal.jsx index 818a5a0..e76eed1 100644 --- a/src/components/Posts/PostDetailModal.jsx +++ b/src/components/Posts/PostDetailModal.jsx @@ -1001,13 +1001,19 @@ export default function PostDetailModal({ post, onClose, onPostUpdated, onPostDe )} {/* Tags */} - {post?.tags?.length > 0 && ( + {(post?.event_tags?.length > 0 || post?.tags?.length > 0) && (