Spaces:
Configuration error
Configuration error
Commit ·
c6dc4c9
1
Parent(s): 058aa61
drop 'chunks' label from chunk count parens
Browse files
src/lib/components/ShardViewer.svelte
CHANGED
|
@@ -215,7 +215,7 @@
|
|
| 215 |
<td
|
| 216 |
>{entry.chunk_index_start} - {entry.chunk_index_end}
|
| 217 |
({entry.chunk_index_end -
|
| 218 |
-
entry.chunk_index_start}
|
| 219 |
>
|
| 220 |
<td
|
| 221 |
>{formatBytes(
|
|
|
|
| 215 |
<td
|
| 216 |
>{entry.chunk_index_start} - {entry.chunk_index_end}
|
| 217 |
({entry.chunk_index_end -
|
| 218 |
+
entry.chunk_index_start})</td
|
| 219 |
>
|
| 220 |
<td
|
| 221 |
>{formatBytes(
|