diff --git a/src/screens/courses/profile/AdminCourseProfile/index.tsx b/src/screens/courses/profile/AdminCourseProfile/index.tsx index 5454f35b..b1a81df1 100644 --- a/src/screens/courses/profile/AdminCourseProfile/index.tsx +++ b/src/screens/courses/profile/AdminCourseProfile/index.tsx @@ -355,7 +355,7 @@ const AdminCourseProfile = ({ route, navigation }: AdminCourseProfileProps) => { {!!questionnaireQRCodes.length && Questionnaires - `qrcode_${idx}`} + `qrcode_${idx}`} scrollEnabled={false} renderItem={({ item }) => renderQuestionnaireCell(item)} showsHorizontalScrollIndicator={false} /> }