diff --git a/lib/views/profileserversview.dart b/lib/views/profileserversview.dart index 37337c54..7ac06520 100644 --- a/lib/views/profileserversview.dart +++ b/lib/views/profileserversview.dart @@ -47,7 +47,6 @@ class _ProfileServersView extends State { .of(context) .size .width > 600 ? AppLocalizations.of(context)!.manageKnownServersLong : AppLocalizations.of(context)!.manageKnownServersShort), - //actions: getActions(), ), body: Consumer(builder: (context, profile, child) { ProfileServerListState servers = profile.serverList;