Skip to content

Commit

Permalink
condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ionlizarazu committed Mar 3, 2022
1 parent 7169e74 commit 9fc26d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedListingBlockTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AdvancedListingBlockTemplate = ({
return (
<>
<HeaderTag className="listing-header">
{headerUrl ? headerLink : header}
{headerLink ? headerLink : header}
</HeaderTag>
<Grid columns={howManyColumns ? howManyColumns : 1} stackable>
{items.map((item) => (
Expand Down

0 comments on commit 9fc26d4

Please sign in to comment.