remove sum hardcoded shit

This commit is contained in:
BalazsManus
2025-02-16 17:19:32 +01:00
parent ee0ba71c8f
commit 7eac57b94d
9 changed files with 7 additions and 24 deletions

View File

@@ -98,8 +98,6 @@ class LessonViewableState extends State<LessonViewable> {
if (!Provider.of<PlusProvider>(context, listen: false)
.hasScope(PremiumScopes.timetableNotes)) {
PlusLockedFeaturePopup.show(
context: context, feature: PremiumFeature.timetableNotes);
return;
}