File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/filament/tables/columns
src/Filament/Tables/Columns Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515 @if ($remainingFlags > 0 )
1616 <div class =" relative" style =" margin-left : -4px " >
17- <div class =" w-6 h-6 flex items-center justify-center text-sm font-bold text-black rounded-full" >
17+ <div class =" flex items-center justify-center w-6 h-6 text-sm font-bold text-black rounded-full" >
1818 +{{ $remainingFlags } }
1919 </div >
2020 </div >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ protected function setUp(): void
2424 return $ record ->translations ->map (function ($ translation ) {
2525 $ locale = StaticLocale::where ('locale ' , $ translation ->locale )->first ();
2626
27- return $ locale? ->language_flag_icon ?? 'flag- ' .$ translation ->locale ;
27+ return $ locale ->language_flag_icon ?? 'flag- ' .$ translation ->locale ;
2828 })->toArray ();
2929 });
3030 }
You can’t perform that action at this time.
0 commit comments