Skip to content

Commit 36986f2

Browse files
committed
fix tests prefer-lowest error
1 parent e586dbc commit 36986f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/components/table/row.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@endif
88

99
<tr
10-
{{ $attributes->merge($customAttributes)->class(['cursor-pointer' => $url]) }}
10+
{{ $attributes->merge($customAttributes)->merge(['class' => $url ? 'cursor-pointer' : '']) }}
1111

1212
@if ($url)
1313
onclick="window.open('{{ $url }}', '{{ $target }}')"

0 commit comments

Comments
 (0)