Skip to content

Commit 336cccb

Browse files
committed
fix: remove error message rendering in ContactItem component
1 parent cf53b97 commit 336cccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/send-message/ContactItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export default function ContactItem({ contact }: ContactItemProps) {
6363

6464
if (isError) {
6565
console.error('Error loading contact details:', contact.address);
66-
return <p>Error loading contact details</p>;
6766
}
6867

6968
return (

0 commit comments

Comments
 (0)