Skip to content
Snippets Groups Projects

fix: end quiz multi and question count

Merged HARTZ HENRI requested to merge feature/147-fix-end-quiz into develop
Compare and
7 files
+ 9
5
Preferences
Compare changes
Files
7
@@ -9,6 +9,7 @@ interface Props {
}
export default function EndQuizListPlayer({ users, maxScore }: Props) {
const renderUser = ({ item, index }: { item: UserEndQuiz; index: number }) => (
<View style={[styles.userContainer, index === 0 && styles.firstPlace]}>
<Image
@@ -41,6 +42,7 @@ export default function EndQuizListPlayer({ users, maxScore }: Props) {
const styles = StyleSheet.create({
container: {
width: "100%",
height: "35%",
padding: 20,
backgroundColor: "#fff",
borderRadius: 20,