We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67069f9 commit ed74878Copy full SHA for ed74878
components/Settings/DataDisclosureViewer.tsx
@@ -69,7 +69,7 @@ export const DataDisclosureViewer: FC<Props> = ({ open }) => {
69
<div className="settings-card-header flex flex-row items-center gap-4 justify-between">
70
<div>
71
<h3 className="settings-card-title">Amplify Data Disclosure Agreement</h3>
72
- <p className="settings-card-description">Review Amplify's data handling and privacy practices</p>
+ <p className="settings-card-description">{"Review Amplify's data handling and privacy practices"}</p>
73
</div>
74
{dataDisclosure.url && (
75
<a
0 commit comments