Browse Source

fix: linting

pull/380/head
Dan Ditomaso 1 year ago
parent
commit
efc55d4ac8
  1. 2
      src/pages/Messages.tsx

2
src/pages/Messages.tsx

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

Loading…
Cancel
Save