Skip to content

Commit 2dbcdcc

Browse files
committed
chore: fix linting issue
1 parent e296a2a commit 2dbcdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/modals/SortModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
/>
100100
</td>
101101
</tr>
102-
{#if jsonIsArray && ((properties && properties?.length > 1))}
102+
{#if jsonIsArray && properties && properties?.length > 1}
103103
<tr>
104104
<th>Property</th>
105105
<td>

0 commit comments

Comments
 (0)