Skip to content

Commit

Permalink
KAD-3169 lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbert-hernandez committed Aug 23, 2024
1 parent 6578b5d commit 3be1c9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/blocks/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,12 @@ export default function Image({
)}
{captionStyles[0].google && captionStyles[0].family && (
<KadenceWebfontLoader
typography={[{ family: captionStyles[0].family, variant: captionStyles[0].variant ? captionStyles[0].variant : '' }]}
typography={[
{
family: captionStyles[0].family,
variant: captionStyles[0].variant ? captionStyles[0].variant : '',
},
]}
clientId={clientId}
id={'advancedImage'}
/>
Expand Down

0 comments on commit 3be1c9f

Please sign in to comment.