Skip to content

Commit

Permalink
Removed outdated code from LessonPanel.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory711 committed Oct 15, 2023
1 parent 1c1c9a1 commit ed33563
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/Components/Home/LessonPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,6 @@ const LessonPanel = (props: any) => {
</Card>
</TouchableOpacity>
</View>
/*<LessonButton
key={availableLessons[i]}
backgroundColor={
learnedLessons.includes(availableLessons[i]) ||
lockedLessons.includes(availableLessons[i])
? "grey"
: theme.colors.primary
}
name={formatOneLessonName(availableLessons[i])}
navigation={availableLessons[i]}
disabled={lockedLessons.includes(availableLessons[i])}
></LessonButton>*/
);

// Add row
Expand Down

0 comments on commit ed33563

Please sign in to comment.