Skip to content

Commit

Permalink
Update Search.svelte
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
MedouneSGB authored Apr 30, 2024
1 parent cde2160 commit 1db49aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/Search/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
let selectedwaxtane = null
let text = 'Non existing color'
let text = ''
let lang = "Wolof"
const forceUpdate = async (_) => {};
Expand Down Expand Up @@ -75,4 +75,4 @@
</tr>
</table>
{/if}
{/await}
{/await}

0 comments on commit 1db49aa

Please sign in to comment.