diff --git a/interface/resources/qml/hifi/NameCard.qml b/interface/resources/qml/hifi/NameCard.qml index 2cf07e32bf..0dd29b9e0f 100644 --- a/interface/resources/qml/hifi/NameCard.qml +++ b/interface/resources/qml/hifi/NameCard.qml @@ -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);