Minor change regarding user id on the pdf footer

This commit is contained in:
Joao Ramos
2024-04-02 22:19:32 +01:00
parent f374d91ef8
commit a8ffebe944
3 changed files with 2 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ const GroupTestReport = ({
</View>
<View style={[{ paddingBottom: 30 }, styles.separator]}></View>
<View style={{ flexGrow: 1 }}></View>
<TestReportFooter />
<TestReportFooter userId={id} />
</Page>
<Page style={styles.body}>
<View
@@ -297,7 +297,7 @@ const GroupTestReport = ({
</View>
<View style={{ flexGrow: 1 }}></View>
<TestReportFooter />
<TestReportFooter userId={id} />
</Page>
</Document>
);