mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50: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 { navigatorData = null } = useNavigator();
|
||||||
const { simpleAlert } = useNotification();
|
const { simpleAlert } = useNotification();
|
||||||
|
|
||||||
const isRoomOwner = GetSessionDataManager().userName === navigatorData.enteredGuestRoom.ownerName;
|
const isRoomOwner = GetSessionDataManager().userName === navigatorData.enteredGuestRoom?.ownerName;
|
||||||
|
|
||||||
const onClose = () =>
|
const onClose = () =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user