Formatting Special Characters

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
}

Hey @Paige_Ponzeka what is the entity name and how is rendering on the frontend? We’ll re-create and then follow up here.

Sam

This is actually fixed, it was an error in the title