+
+
+
+ setSearchTerm(e.target.value)}
+ className="pl-8 h-8 text-sm bg-gray-700 border-white/20 text-white"
+ autoFocus
+ />
+
+
+
+ {Object.entries(teamsByDirection).map(
+ ([direction, directionTeams]) => (
+
+
+
+ {direction}
+
+ {directionTeams.map((team) => (
+
+ ))}
+
+ )
+ )}
+
+ {Object.keys(teamsByDirection).length === 0 && (
+
+ Aucune équipe trouvée pour "{searchTerm}"
+
+ )}
+