diff --git a/resources/views/tables/columns/inline-chart.blade.php b/resources/views/tables/columns/inline-chart.blade.php index 8588dbb..c9462c9 100644 --- a/resources/views/tables/columns/inline-chart.blade.php +++ b/resources/views/tables/columns/inline-chart.blade.php @@ -9,30 +9,29 @@ $getChart = $getChart(); @endphp - @if (filled($descriptionAbove)) -
$canWrap, - ]) - > - {{ $descriptionAbove }} -
- @endif + @if (filled($descriptionAbove)) +$canWrap, + ]) + > + {{ $descriptionAbove }} +
+ @endif - @livewire($getChart,['maxWidth'=>$getMaxWidth]) - - @if (filled($descriptionBelow)) -$canWrap, - ]) - > - {{ $descriptionBelow }} -
- @endif + @livewire($getChart,['maxWidth' => $getMaxWidth, 'record' => $getRecord()]) + @if (filled($descriptionBelow)) +$canWrap, + ]) + > + {{ $descriptionBelow }} +
+ @endif @pushonce('scripts')