mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
map height fixed
This commit is contained in:
@@ -13,8 +13,6 @@ const useTournamentDataFilter = (
|
||||
);
|
||||
};
|
||||
|
||||
console.log(filtered);
|
||||
|
||||
if (filtered.length === 0) {
|
||||
state = (
|
||||
<tr className="border-b border-gray-700 border-opacity-20 bg-gray-800 text-white">
|
||||
@@ -52,7 +50,6 @@ const useTournamentDataFilter = (
|
||||
</tr>
|
||||
));
|
||||
}
|
||||
|
||||
return [state, setState];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user