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)) )