WIP
This commit is contained in:
parent
5209d0c96a
commit
cfaf738d4b
|
@ -6,6 +6,7 @@ import 'package:hub/flutter_flow/flutter_flow_util.dart';
|
|||
import 'package:hub/flutter_flow/nav/nav.dart';
|
||||
import 'package:hub/pages/preferences_settings_page/preferences_settings_model.dart';
|
||||
import 'package:hub/shared/utils/limited_text_size.dart';
|
||||
import 'package:material_symbols_icons/symbols.dart';
|
||||
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
|
@ -154,7 +155,7 @@ class _PreferencesPageWidgetState extends State<PreferencesPageWidget> {
|
|||
);
|
||||
break;
|
||||
case 6:
|
||||
icon = Icons.real_estate_agent;
|
||||
icon = Symbols.digital_out_of_home;
|
||||
onPressed = () {
|
||||
model.localUnlink(context);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue