Skip to content

Commit f004539

Browse files
committed
fixup!
1 parent ad2d91a commit f004539

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

components/Metabar/index.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ export default ({ metadata, headings = [], readingTime }) => {
2121
'Reading Time': readingTime,
2222
...(CLIENT && authors?.length
2323
? {
24-
Authors: (
25-
<AvatarGroup avatars={authors} as="a" limit={5} />
26-
),
24+
Authors: <AvatarGroup avatars={authors} as="a" limit={5} />,
2725
}
2826
: {}),
2927
Contribute: (

0 commit comments

Comments
 (0)