Browse Source

fixed: removed unneeded prop

pull/560/head
Dan Ditomaso 1 year ago
parent
commit
645c758b42
  1. 1
      src/pages/Messages.tsx

1
src/pages/Messages.tsx

@ -153,7 +153,6 @@ export const MessagesPage = () => {
<div className="shrink-0 p-4 w-full dark:bg-slate-900">
<MessageInput
from={activeChat}
to={currentChat.type === MessageType.Direct ? activeChat : MessageType.Broadcast}
channel={currentChat.type === MessageType.Direct ? Types.ChannelNumber.Primary : currentChat.id}
maxBytes={200}

Loading…
Cancel
Save