mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
Fix error ownerName
This commit is contained in:
parent
b390afc25c
commit
c37047eb71
@ -14,7 +14,7 @@ const useFurnitureRentableSpaceWidgetState = () =>
|
||||
const { navigatorData = null } = useNavigator();
|
||||
const { simpleAlert } = useNotification();
|
||||
|
||||
const isRoomOwner = GetSessionDataManager().userName === navigatorData.enteredGuestRoom.ownerName;
|
||||
const isRoomOwner = GetSessionDataManager().userName === navigatorData.enteredGuestRoom?.ownerName;
|
||||
|
||||
const onClose = () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user