Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update story logic
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLyubin committed Sep 30, 2019
1 parent a04fa8c commit 0eec820
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ const generateStory = ({ usefulItems, strapline }) =>
componentFunction: ({ script, service }) => {
return (
<div>
{strapline ? (
{strapline && (
<SectionLabel
script={script}
labelId="example-section-label"
service={service}
>
Useful links
</SectionLabel>
) : null}
)}
{usefulItems.length === 1 ? (
<UsefulLink
usefulItems={usefulItems}
Expand Down

0 comments on commit 0eec820

Please sign in to comment.