From fc9d8be9852a323399cbd67284388ac2ee981526 Mon Sep 17 00:00:00 2001 From: fsociety Date: Fri, 25 Oct 2024 12:17:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20fix(association):=20cor?= =?UTF-8?q?rect=20logic=20for=20currentPleb=20check=20in=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/association/project-support/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index 679bfe4..28f475e 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -182,7 +182,7 @@ $delete = function ($id) {
@if( ($currentPleb && $currentPleb->id === $project->einundzwanzig_pleb_id) - || ($currentPleb && in_array(config('einundzwanzig.config.current_board'), $currentPleb->npub, true)) + || ($currentPleb && in_array($currentPleb->npub, config('einundzwanzig.config.current_board'), true)) )