This commit is contained in:
ferreo 2024-07-30 02:13:25 +01:00
parent eb7c9daba2
commit 667c244e0e

View File

@ -141,7 +141,7 @@ const Packages: React.FC = () => {
</TableCell>
</TableRow>
) : (
packages.map((pkg, i) => {
packages.map((pkg) => {
const firstPackage = pkg.Packages[0];
return (
<TableRow