Avoid rendering view-message link in RoomKnocksBar unnecessarily (#11598)

Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
This commit is contained in:
Charly Nguyen
2023-09-11 15:33:27 +02:00
committed by GitHub
parent 3c6d8a2a28
commit bb91df1d3c
2 changed files with 23 additions and 8 deletions

View File

@@ -112,7 +112,7 @@ export const RoomKnocksBar: VFC<{ room: Room }> = ({ room }) => {
</>
);
names = `${knockMembers[0].name} (${knockMembers[0].userId})`;
link = (
link = knockMembers[0].events.member?.getContent().reason && (
<AccessibleButton
className="mx_RoomKnocksBar_link"
element="a"