Skip to content

Commit

Permalink
apply feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Sep 24, 2024
1 parent 209b52e commit c978e93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/MyMessageStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export default function MyMessageStatus(props: MyMessageStatusProps) {
);
case SendingStatus.FAILED:
return (
<div
className={sendbirdLoader}
>
<div className={sendbirdLoader}>
<Icon type={'error'} color={'error'} size={16} />
</div>
);
Expand Down

0 comments on commit c978e93

Please sign in to comment.