side Menu updated
This commit is contained in:
@@ -87,7 +87,6 @@ async function retrieveUserSelection() {
|
||||
const buildNo = availableOccupants?.build_no;
|
||||
let selectedOccupant: any = null;
|
||||
const occupants = availableOccupants?.occupants;
|
||||
console.log("occupants", occupants);
|
||||
if (occupants) {
|
||||
selectedOccupant = occupants.find(
|
||||
(occupant: any) =>
|
||||
|
||||
Reference in New Issue
Block a user