map height fixed

This commit is contained in:
Owen Rees
2023-06-07 16:34:08 +02:00
parent 3f2509d429
commit c5aac42344
11 changed files with 1353 additions and 51 deletions
-3
View File
@@ -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];
};