Skip to content

Commit e2ae772

Browse files
committed
quick fix on unused variable
1 parent 84082fc commit e2ae772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/Labs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{#if !$response.loading && $response}
2020
<div class="content-container">
2121
<!-- GIVES ERROR: Error: {#each} only iterates over array-like objects. -->
22-
{#each $response.data.dynamicRoutes.options as routes, i}
22+
{#each $response.data.dynamicRoutes.options as routes}
2323
<a href={'#/labs'}>
2424
<ContentCard
2525
title={routes.name}

0 commit comments

Comments
 (0)