Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Jan 10, 2024
1 parent 85794d7 commit 93b76ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const bylineBottomDecoration = css`

export const BylineWithHeadshot: ReactComponent<BylineWithHeadshotProps> = ({
bylineWithImage,
}: BylineWithHeadshotProps) => {
}) => {
const { name, description, headshot } = bylineWithImage;

return (
Expand Down

0 comments on commit 93b76ae

Please sign in to comment.