Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Oct 11, 2024
1 parent 18be592 commit 3346ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static function infolist(Infolist $infolist): Infolist
->getStateUsing(fn (Mail $record) => self::formatMailState($record->from)),
TextEntry::make('to')
->label(__('Recipient(s)'))
->getStateUsing(fn(Mail $record) => self::formatMailState($record->to)),
->getStateUsing(fn (Mail $record) => self::formatMailState($record->to)),
TextEntry::make('cc')
->label(__('CC'))
->default('-')
Expand Down

0 comments on commit 3346ef5

Please sign in to comment.