diff --git a/app/Livewire/App/Checkin.php b/app/Livewire/App/Checkin.php index 1379a142f..b65fb5c29 100644 --- a/app/Livewire/App/Checkin.php +++ b/app/Livewire/App/Checkin.php @@ -73,6 +73,8 @@ public function getPartialProperty() { if (! auth()->check()) { return 'need-to-login'; + } elseif (! isset($this->ticket)) { + return 'no-ticket'; } elseif ($this->ticket === null) { return 'need-ticket'; } elseif ($this->ticket->order->isReservation()) { diff --git a/public/img/mblgtacc2024-name-badge-blank.png b/public/img/mblgtacc2024-name-badge-blank.png new file mode 100644 index 000000000..64ee314f8 Binary files /dev/null and b/public/img/mblgtacc2024-name-badge-blank.png differ diff --git a/resources/views/components/name-badge.blade.php b/resources/views/components/name-badge.blade.php index 990fc705a..39da37845 100644 --- a/resources/views/components/name-badge.blade.php +++ b/resources/views/components/name-badge.blade.php @@ -1,11 +1,11 @@
{{ $user->pronouns }}
You do not have a ticket.
+