Skip to content

Commit

Permalink
Turn this around to hopefully fix the web build...
Browse files Browse the repository at this point in the history
  • Loading branch information
larsb24 committed Dec 5, 2021
1 parent c93ffe7 commit f64bc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/settings/pages/network/network.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class _SettingsPageNetworkState extends State<SettingsPageNetwork> {
SettingsCard.withExpandableSwitch(
content: SizedBox(
height: 200,
child: (Platform.isLinux)
? (kIsWeb)
child: (kIsWeb)
? (Platform.isLinux)
? ListView(
children: parseNetworks(context),
)
Expand Down

0 comments on commit f64bc3f

Please sign in to comment.