Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia committed Jul 9, 2024
1 parent f3d434e commit a71139c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Datas/AnswersChartData.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,7 @@ public function getChartJsDoughnutOptionsJs(string $js): string
}
$first_answer = $this->answers->first();
$label = '--';
<<<<<<< HEAD
if ($first_answer !== null) {
=======
if ($first_answer != null) {
>>>>>>> fe9987d44e3b418ea86a93b61dddb76d3131a2f8
Assert::isInstanceOf($first_answer, AnswerData::class, '['.__LINE__.']['.__FILE__.']');
$label = round((float) $this->answers->first()->avg, 2);
}
Expand Down
4 changes: 0 additions & 4 deletions Filament/Widgets/Samples/OverlookV2Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ public function getData(): array
'url' => $res->getUrl('index'),
];
}
<<<<<<< HEAD

=======
>>>>>>> fe9987d44e3b418ea86a93b61dddb76d3131a2f8
})
->filter()
// ->when($plugin->shouldSortAlphabetical(), fn ($collection) => $collection->sortBy('name'))
Expand Down

0 comments on commit a71139c

Please sign in to comment.