diff --git a/resources/views/pages/association/news/index.blade.php b/resources/views/pages/association/news/index.blade.php index af9a433..1692ade 100644 --- a/resources/views/pages/association/news/index.blade.php +++ b/resources/views/pages/association/news/index.blade.php @@ -35,9 +35,6 @@ on([ 'nostrLoggedIn' => function ($pubkey) { $this->currentPubkey = $pubkey; $this->currentPleb = \App\Models\EinundzwanzigPleb::query()->where('pubkey', $pubkey)->first(); - if ($this->currentPleb->association_status->value < 2) { - return $this->js('alert("Du bist hierzu nicht berechtigt.")'); - } if (in_array($this->currentPleb->npub, config('einundzwanzig.config.current_board'), true)) { $this->canEdit = true; }