We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742ae77 commit fca9b52Copy full SHA for fca9b52
src/lib/components/WorkBookTasks/WorkBookTasksTable.svelte
@@ -168,9 +168,7 @@
168
{#each workBookTasksForTable as task, index}
169
<TableBodyRow>
170
<!-- ID -->
171
- <TableBodyCell
172
- class="xs:text-lg text-gray-700 dark:text-gray-300 truncate pl-6 pr-3"
173
- >
+ <TableBodyCell class="xs:text-lg text-gray-700 dark:text-gray-300 truncate pl-6 pr-3">
174
<div class="flex justify-center items-center h-full">
175
<!-- HACK: 1-indexedにしているが、0-indexedで揃えた方がいい? -->
176
{index + 1}
0 commit comments