diff --git a/lib/widgets/post/post_shared.dart b/lib/widgets/post/post_shared.dart index f7ac1b08..9741eb1f 100644 --- a/lib/widgets/post/post_shared.dart +++ b/lib/widgets/post/post_shared.dart @@ -616,11 +616,11 @@ class PostHeader extends StatelessWidget { overflow: TextOverflow.ellipsis, ).bold(), ), - if ((item.publisher.account?.profile.verification != - null && - item.publisher.type == 0) && - item.publisher.verification != null) - VerificationMark(mark: item.publisher.verification!), + if (!(item.publisher.account?.profile.verification != + null && + item.publisher.type == 0)) + if (item.publisher.verification != null) + VerificationMark(mark: item.publisher.verification!), if (item.realm == null) Flexible( child: