Skip to content
Snippets Groups Projects
Commit c55cf7f5 authored by HARTZ HENRI's avatar HARTZ HENRI
Browse files

feat: show my quizzes

parent c8fbf4c1
Branches
2 merge requests!135Feature/141 hide functionality not working,!132V4.0
Pipeline #325598 passed with stages
in 12 seconds
......@@ -55,7 +55,7 @@ export default function HomeChild({navigation}: Props) {
<View style={styles.buttonContainer}>
<MenuButton text={"QUICK GAME"} handleButtonPressed={handleButtonQuickGamePressed}/>
<MenuButton text={"PLAY"} handleButtonPressed={handleButtonGeneratePressed}/>
{/* <MenuButton text={"MY QUIZZES"} handleButtonPressed={handleButtonMyQuizzesPressed}/> */}
<MenuButton text={"MY QUIZZES"} handleButtonPressed={handleButtonMyQuizzesPressed}/>
</View>
</View>
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment