Skip to content

Commit

Permalink
fix: removed unused null
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Mar 25, 2024
1 parent 521d065 commit f9831b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FontAwesomeIcon = (props) => {
? `<title>${title}</title>${loadedIcon.content}`
: loadedIcon.content,
}}
aria-hidden={ariaHidden || null}
aria-hidden={ariaHidden}
/>
) : icon ? (
<span className={`icon fa-icon placeholder ${className ?? ''}`}></span>
Expand Down

0 comments on commit f9831b4

Please sign in to comment.