Skip to content

Commit

Permalink
chore: Fix typo in Chat.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Jun 16, 2024
1 parent cbf25e1 commit 869a192
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions islands/Chats/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ export default function Home(
class="p-talk-chat-send__file"
onClick={() => {
if (Message) {
if (messages.length > 100) {

if (Message.length > 100) {
return
}
const data = {
Expand Down

0 comments on commit 869a192

Please sign in to comment.