Skip to content

Commit cb48f56

Browse files
authored
Update Search.svelte
1 parent 1827228 commit cb48f56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/src/components/Search/Search.svelte

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@
6666
<th>Wolof</th>
6767
<th>Français</th>
6868
<th>Anglais</th>
69+
<th>Espagnol</th>
6970
</tr>
7071
<tr>
71-
<td>{selectedwaxtane['']}</td>
72+
<td>{selectedwaxtane.1}</td>
7273
<td>{selectedwaxtane.Wolof}</td>
7374
<td>{selectedwaxtane.Français}</td>
75+
<td>{selectedwaxtane.Anglais}</td>
7476
<td>{selectedwaxtane.Espagnol}</td>
7577
</tr>
7678
</table>

0 commit comments

Comments
 (0)