We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1827228 commit cb48f56Copy full SHA for cb48f56
web/src/components/Search/Search.svelte
@@ -66,11 +66,13 @@
66
<th>Wolof</th>
67
<th>Français</th>
68
<th>Anglais</th>
69
+ <th>Espagnol</th>
70
</tr>
71
<tr>
- <td>{selectedwaxtane['N°']}</td>
72
+ <td>{selectedwaxtane.1}</td>
73
<td>{selectedwaxtane.Wolof}</td>
74
<td>{selectedwaxtane.Français}</td>
75
+ <td>{selectedwaxtane.Anglais}</td>
76
<td>{selectedwaxtane.Espagnol}</td>
77
78
</table>
0 commit comments