Skip to content

Commit 9a23d4d

Browse files
committed
formatting
1 parent b809b74 commit 9a23d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/components/icons/StarRow.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<i
3131
:class="{
3232
absolute: true,
33-
'pi pi-star-fill text-amber-500': index <= Math.floor(props.rating) || (index === Math.ceil(props.rating) && props.rating % 1 >= 0.75),
33+
'pi pi-star-fill text-amber-500':
34+
index <= Math.floor(props.rating) || (index === Math.ceil(props.rating) && props.rating % 1 >= 0.75),
3435
'text-xs': props.size === 'small',
3536
'text-lg': props.size === 'medium',
3637
'text-xl': props.size === 'large',

0 commit comments

Comments
 (0)