Web: Client: InfoPanel: Members: commented on showing the tooltip there are no online statuses yet

This commit is contained in:
Dmitry Sychugov 2024-02-01 12:59:44 +05:00
parent e4339f721f
commit 20e11df520

View File

@ -247,14 +247,15 @@ const User = ({
<Text className="name" data-tooltip-id={uniqueTooltipId}>
{decode(user.displayName)}
</Text>
{showTooltip && (
{/* TODO: uncomment when information about online statuses appears */}
{/* {showTooltip && (
<Tooltip
float
id={uniqueTooltipId}
getContent={getTooltipContent}
place="bottom"
/>
)}
)} */}
{currentMember?.id === user.id && (
<div className="me-label">&nbsp;{`(${t("Common:MeLabel")})`}</div>
)}