Skip to content

Commit 1db49aa

Browse files
authored
Update Search.svelte
Correct typo
1 parent cde2160 commit 1db49aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/Search/Search.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
2424
let selectedwaxtane = null
25-
let text = 'Non existing color'
25+
let text = ''
2626
let lang = "Wolof"
2727
2828
const forceUpdate = async (_) => {};
@@ -75,4 +75,4 @@
7575
</tr>
7676
</table>
7777
{/if}
78-
{/await}
78+
{/await}

0 commit comments

Comments
 (0)