Skip to content

Commit 5148ed8

Browse files
committed
fix: add TODO for graceful error handling in ContactItem component
1 parent 336cccb commit 5148ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/send-message/ContactItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default function ContactItem({ contact }: ContactItemProps) {
6262
});
6363

6464
if (isError) {
65+
// TODO: Handle error more gracefully. Do not display error in the UI.
6566
console.error('Error loading contact details:', contact.address);
6667
}
6768

0 commit comments

Comments
 (0)