Skip to content

Commit 24fa683

Browse files
committed
Fix products loading screen
1 parent a46aad2 commit 24fa683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/vue/KnownProducts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</thead>
3838
<tbody v-if="products === null">
3939
<tr>
40-
<td id="all-done" colspan="2"><i class="fas fa-sync fa-spin"></i> Loading products...</td>
40+
<td id="all-done" colspan="4"><i class="fas fa-sync fa-spin"></i> Loading products...</td>
4141
</tr>
4242
</tbody>
4343
<tbody v-else-if="products.length > 0">

0 commit comments

Comments
 (0)