Skip to content

Commit 6db1537

Browse files
committed
chore: format
1 parent 7c39c44 commit 6db1537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/start/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ function Issue() {
409409
{/* Await manages the deferred data (promise) */}
410410
<Await resolve={history}>
411411
{/* this calls back when the data is resolved */}
412-
{(resolvedHistory) => <IssueHistory history={resolvedHistory} />}
412+
{(resolvedHistory) => (
413+
<IssueHistory history={resolvedHistory} />
414+
)}
413415
</Await>
414416
</Suspense>
415417

0 commit comments

Comments
 (0)