Skip to content

Commit

Permalink
fix: welcome message URL parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Nov 9, 2023
1 parent 65976bf commit bd85829
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/components/CustomMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,6 @@ export default function CustomMessage(props: Props) {
);
}

if (message.messageId === firstMessageId) {
return (
<div>
<BotMessageWithBodyInput
botUser={botUser}
message={message}
bodyComponent={
<CustomMessageBody message={(message as UserMessage).message} />
}
messageCount={allMessages.length}
zIndex={30}
chainTop={chainTop}
chainBottom={chainBottom}
isBotWelcomeMessage={isBotWelcomeMessage}
/>
</div>
);
}

// Sent by bot
// suggested message
if (!isNotLocalMessageCustomType(message.customType)) {
Expand Down

0 comments on commit bd85829

Please sign in to comment.