I have a Entity who’s name has a special character in it (&). It’s currently formatting as & such as Tom & Jerry. How would I go about fixing this?
Here’s a snippet of my component.js file
return {
title: profile.name, // The header text of the card
url: profile.landingPageUrl
}