Skip to content

Commit

Permalink
fix(publication card): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sourtzis committed Mar 11, 2022
1 parent c5a84e9 commit 81a5bfc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/ui/PublicationCard/PublicationCard.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ export default {

const Template = (args) => (
<Container>
<PublicationCard {...args}>
<PublicationCard.Header
image_url={args.image ? imageUrl : null}
image={args.image}
/>
<PublicationCard.Info description={args.description} tag={args.tag} />
</PublicationCard></Container>
<PublicationCard {...args}>
<PublicationCard.Header
image_url={args.image ? imageUrl : null}
image={args.image}
/>
<PublicationCard.Info description={args.description} tag={args.tag} />
</PublicationCard>
</Container>
);

export const Default = Template.bind({});
Expand Down

0 comments on commit 81a5bfc

Please sign in to comment.