Merge remote-tracking branch 'origin/main' into guest-status-changes
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m59s
Playwright Tests / test (pull_request) Successful in 10m17s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 11m49s

This commit is contained in:
Manuel Bustillo 2024-10-27 19:07:39 +01:00
commit 58c8f51510

View File

@ -23,8 +23,7 @@ export default function guestsTable() {
}));
}, (error) => {
return [];
}
);
});
};