MK
Size: a a a
MK
SL
KF
KF
AA
matchedSeats(state = {}, action) {
switch (action.type) {
case seatsActionsTypes.SEATS_UPDATE_FILTERS:
return action.payload;
default:
return state
}
}
selectSeatMatching = createCachedSelector(selectSeats, (_, id) => id, (seats, id) => !!seats.matchedSeats[id])((seats, id) => id);
export const selectSeatById = createCachedSelector(selectSeats,
(_, id) => id,
selectSeatGeometry,
selectSeatMatching,
AA
EE
SL
MK
VK
VL
EE
MK
VL
VL
VK
MK
VL
VL
VL