Skip to content

Commit 0412a16

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 83cb89a commit 0412a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Filters/NumberRangeFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getDefaultValue(): array|string
8989
public function getFilterPillValue($values): array|string|bool|null
9090
{
9191
if ($this->validate($values)) {
92-
return __('livewire-tables::min').":".$values['min'].', '.__('livewire-tables::max').":".$values['max'];
92+
return __('livewire-tables::min').':'.$values['min'].', '.__('livewire-tables::max').':'.$values['max'];
9393
}
9494

9595
return '';

0 commit comments

Comments
 (0)