Skip to content

Commit

Permalink
Update packages/volto-blocks/src/components/blocks/IconsAndText/ViewI…
Browse files Browse the repository at this point in the history
…tem.tsx

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
luca-bellenghi and pnicolli authored Sep 4, 2024
1 parent 0a178b2 commit 06cd60d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ export default function ViewItem({ data }: Props) {
<UniversalLink
href={data.href ? data.href[0]['@id'] : undefined}
openLinkInNewTab={false}
onClick={(e: React.SyntheticEvent<HTMLLinkElement>) => {
e.preventDefault();
}}
>
{data.href_title}
</UniversalLink>
Expand Down

0 comments on commit 06cd60d

Please sign in to comment.