Skip to content

Commit

Permalink
Fixed secret santa
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 24, 2024
1 parent d917d08 commit 6ffba14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Orchid/Screens/SecretSantaScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function layout(): array
.'<span>'.e($participant->receiver?->phone).'</span>';
}),

TD::make('receiver.tracking_number', 'Трек-номер'),
TD::make('tracking_number', 'Трек-номер'),

TD::make('status', 'Статус')
->width(100)
Expand Down

0 comments on commit 6ffba14

Please sign in to comment.