Update frontend/lib/pages/profile.dart
Some checks failed
Build and push docker image / Build (pull_request) Failing after 2m3s
Build and release APK / Build APK (pull_request) Successful in 5m18s
Build web / Build Web (pull_request) Successful in 1m12s

This commit is contained in:
Remy Moll 2024-06-02 19:38:46 +00:00
parent c1d74ab227
commit ebaec40d6b

View File

@ -55,8 +55,8 @@ class _ImportanceSlidersState extends State<ImportanceSliders> {
@override
void initState() {
super.initState();
_prefs.load();
super.initState();
}
List<Card> _createSliders() {