diff --git a/app/Http/Livewire/News/ArticleOverview.php b/app/Http/Livewire/News/ArticleOverview.php index 217df147..86195ea6 100644 --- a/app/Http/Livewire/News/ArticleOverview.php +++ b/app/Http/Livewire/News/ArticleOverview.php @@ -78,7 +78,7 @@ class ArticleOverview extends Component ->find($id); $libraryItem->setStatus('published'); $libraryItemName = $libraryItem->name; - if (!$libraryItem->lecturer->nostr) { + if ($libraryItem->lecturer->nostr) { $libraryItemName .= ' von @'.$libraryItem->lecturer->nostr; } else { $libraryItemName .= ' von '.$libraryItem->lecturer->name;