fixed extra braces in string literal

Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
This commit is contained in:
Jonah Grimes
2021-05-04 17:13:32 -04:00
parent c971716639
commit 16a8fc5079
@@ -71,7 +71,7 @@ export function RelatedEntitiesCard<T extends Entity>({
<InfoCard variant={variant} title={title}>
<WarningPanel
severity="error"
title={`Could not load ${{ title }}`}
title={`Could not load ${title}`}
message={<CodeSnippet text={`${error}`} language="text" />}
/>
</InfoCard>