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

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