Remove requirement of admin / logged in to teleport to people in nearby users.

This commit is contained in:
Kalila L 2021-01-30 20:05:52 -05:00
parent cacead73ae
commit cdb217e9a2

View file

@ -244,7 +244,7 @@ Item {
color: hifi.colors.darkGray;
MouseArea {
anchors.fill: parent
enabled: selected && pal.activeTab == "nearbyTab" && thisNameCard.userName !== "" && isPresent;
enabled: selected && pal.activeTab == "nearbyTab" && isPresent;
hoverEnabled: enabled
onClicked: {
goToUserInDomain(thisNameCard.uuid);