Added missing % on percentage
Removed unnecessary prop
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user