Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Sep 19, 2024
1 parent 83cb89a commit 0412a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Filters/NumberRangeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getDefaultValue(): array|string
public function getFilterPillValue($values): array|string|bool|null
{
if ($this->validate($values)) {
return __('livewire-tables::min').":".$values['min'].', '.__('livewire-tables::max').":".$values['max'];
return __('livewire-tables::min').':'.$values['min'].', '.__('livewire-tables::max').':'.$values['max'];
}

return '';
Expand Down

0 comments on commit 0412a16

Please sign in to comment.