File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ const PeerUpdate = (props: any) => {
197
197
os !== "" &&
198
198
! os . toLowerCase ( ) . startsWith ( "darwin" ) &&
199
199
! os . toLowerCase ( ) . startsWith ( "windows" ) &&
200
+ ! os . toLowerCase ( ) . startsWith ( "ios" ) &&
200
201
! os . toLowerCase ( ) . startsWith ( "android" )
201
202
) ;
202
203
} ;
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ const RouteAddNew = (selectedPeer: any) => {
151
151
! os . toLowerCase ( ) . startsWith ( "darwin" ) &&
152
152
! os . toLowerCase ( ) . startsWith ( "windows" ) &&
153
153
! os . toLowerCase ( ) . startsWith ( "android" ) &&
154
+ ! os . toLowerCase ( ) . startsWith ( "ios" ) &&
154
155
route &&
155
156
! routes
156
157
. filter ( ( r ) => r . network_id === route . network_id )
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ const RoutePeerUpdate = () => {
100
100
! os . toLowerCase ( ) . startsWith ( "darwin" ) &&
101
101
! os . toLowerCase ( ) . startsWith ( "windows" ) &&
102
102
! os . toLowerCase ( ) . startsWith ( "android" ) &&
103
+ ! os . toLowerCase ( ) . startsWith ( "ios" ) &&
103
104
route &&
104
105
! routes
105
106
. filter ( ( r ) => r . network_id === route . network_id )
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ const RouteAddNew = () => {
96
96
! os . toLowerCase ( ) . startsWith ( "darwin" ) &&
97
97
! os . toLowerCase ( ) . startsWith ( "windows" ) &&
98
98
! os . toLowerCase ( ) . startsWith ( "android" ) &&
99
+ ! os . toLowerCase ( ) . startsWith ( "ios" ) &&
99
100
route &&
100
101
! routes
101
102
. filter ( ( r ) => r . network_id === route . network_id )
You can’t perform that action at this time.
0 commit comments