Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk committed Oct 29, 2023
1 parent 72f31a3 commit c3693d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest-list-mobile/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Index() {
() => {},
);
}
loadGuests();
loadGuests().catch(() => {});
}, [firstName, lastName]); /* eslint-disable-line*/
return (
<>
Expand Down

0 comments on commit c3693d4

Please sign in to comment.