Skip to content

Commit

Permalink
Cleanup linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Nov 15, 2024
1 parent c008192 commit c30df12
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ export default function ViewItem({ data }: Props) {
{data.headerTextPosition && (
<div className={cx(styles['header-text'])}>
{data.title && (
<h3
className={cx('block-iconsandtext-title', styles.title)}
>
<h3 className={cx('block-iconsandtext-title', styles.title)}>
{data.headerText}
</h3>
)}
Expand Down

0 comments on commit c30df12

Please sign in to comment.