Added missing % on percentage

Removed unnecessary prop
This commit is contained in:
Joao Ramos
2024-01-09 23:16:39 +00:00
parent cc0f9712d6
commit 744aa1e788
2 changed files with 2 additions and 13 deletions

View File

@@ -356,7 +356,6 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
id={user.id}
gender={user.demographicInformation?.gender}
summary={performanceSummary}
testDetails={testDetails}
renderDetails={details}
logo={"public/logo_title.png"}
qrcode={qrcode}