Skip to content

Commit fca9b52

Browse files
committed
🎨 Fix format (#1527)
1 parent 742ae77 commit fca9b52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/components/WorkBookTasks/WorkBookTasksTable.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@
168168
{#each workBookTasksForTable as task, index}
169169
<TableBodyRow>
170170
<!-- ID -->
171-
<TableBodyCell
172-
class="xs:text-lg text-gray-700 dark:text-gray-300 truncate pl-6 pr-3"
173-
>
171+
<TableBodyCell class="xs:text-lg text-gray-700 dark:text-gray-300 truncate pl-6 pr-3">
174172
<div class="flex justify-center items-center h-full">
175173
<!-- HACK: 1-indexedにしているが、0-indexedで揃えた方がいい? -->
176174
{index + 1}

0 commit comments

Comments
 (0)