Skip to content

Commit

Permalink
Revert "[Chat] test: input location"
Browse files Browse the repository at this point in the history
This reverts commit cf003f8.
  • Loading branch information
dia-triple committed Aug 30, 2023
1 parent ceb98e6 commit 4cb9da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat/src/chat/chat-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export const ChatContainer = ({
>
<ScrollProvider>
<Container>{children}</Container>
{Input && postMessage ? <Input postMessage={postMessage} /> : null}
</ScrollProvider>
{Input && postMessage ? <Input postMessage={postMessage} /> : null}
</ChatContext.Provider>
)
}

0 comments on commit 4cb9da0

Please sign in to comment.