Minor change regarding user id on the pdf footer
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user