diff --git a/app/Livewire/EinundzwanzigPlebTable.php b/app/Livewire/EinundzwanzigPlebTable.php index 1df7fb9..10eceeb 100644 --- a/app/Livewire/EinundzwanzigPlebTable.php +++ b/app/Livewire/EinundzwanzigPlebTable.php @@ -27,7 +27,6 @@ final class EinundzwanzigPlebTable extends PowerGridComponent public string $sortDirection = 'desc'; - public bool $multiSort = true; public function setUp(): array { @@ -93,6 +92,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent $model->npub, ) . '">Nostr Profile', ) + ->add('association_status') ->add( 'association_status_formatted', fn(EinundzwanzigPleb $model)