Skip to content

Commit 863ddd6

Browse files
committed
Replace Fragment with Box wrapper
1 parent 0e4b738 commit 863ddd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/contributor-details.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function ContributorDetails(props) {
351351
</Stack>
352352
</Link>
353353
) : (
354-
<></>
354+
<Box />
355355
)}
356356

357357
{next ? (
@@ -418,7 +418,7 @@ function ContributorDetails(props) {
418418
</Link>
419419
</Box>
420420
) : (
421-
<></>
421+
<Box />
422422
)}
423423
</Box>
424424
</Box>

0 commit comments

Comments
 (0)