|
|
@ -80,7 +80,7 @@ export const MessagesPage = (): JSX.Element => { |
|
|
chatType === "broadcast" && currentChannel |
|
|
chatType === "broadcast" && currentChannel |
|
|
? getChannelName(currentChannel) |
|
|
? getChannelName(currentChannel) |
|
|
: chatType === "direct" && nodes.get(activeChat) |
|
|
: chatType === "direct" && nodes.get(activeChat) |
|
|
? (nodes.get(activeChat)?.user?.longName ?? nodeHex) |
|
|
? nodes.get(activeChat)?.user?.longName ?? nodeHex |
|
|
: "Loading..." |
|
|
: "Loading..." |
|
|
}`}
|
|
|
}`}
|
|
|
actions={ |
|
|
actions={ |
|
|
|