Skip to content

Commit c505525

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 81f3b40 commit c505525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/Filters/HandlesPillsData.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public function getPillDataForFilter(): array
1212

1313
foreach ($this->getAppliedFiltersWithValuesForPills() as $filterSelectName => $value) {
1414
if (! is_null($filter = $this->getFilterByKey($filterSelectName))) {
15-
//if ($filter->isEmpty($value)) {
16-
// continue;
17-
// }
15+
// if ($filter->isEmpty($value)) {
16+
// continue;
17+
// }
1818
$customPillBlade = null;
1919
$hasCustomPillBlade = $filter->hasCustomPillBlade();
2020
$isAnExternalLivewireFilter = (method_exists($filter, 'isAnExternalLivewireFilter') && $filter->isAnExternalLivewireFilter());

0 commit comments

Comments
 (0)