Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Sep 15, 2022
1 parent 181ec29 commit 7520e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Instead of waiting for the data for the next page, you can [`defer`][defer] data
// defer enables suspense for the un-awaited promises
return defer({ issue, comments, history });
}}
/>
/>;

function Issue() {
const { issue, history, comments } = useLoaderData();
Expand Down

0 comments on commit 7520e78

Please sign in to comment.