Skip to content

Commit

Permalink
fix #2551 : send button not functional (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFZL210 committed Mar 3, 2023
1 parent bfa3574 commit fe2910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message-sdk/src/components/ProfileScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ProfileScreen = ({ userId }: { userId: string }) => {
</div>
<div>
<IconButton
style={{ cursor: "auto" }}
style={{ cursor: "not-allowed" }}
size="large"
className={classes.icon}
>
Expand Down

1 comment on commit fe2910f

@vercel
Copy link

@vercel vercel bot commented on fe2910f Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.