File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function App() {
115
115
"RSRQCurrent" : secondary . rsrq ,
116
116
"Downlink_NR_ARFCN" : null , // Only available in authenticated telemetry endpoint
117
117
"SignalStrengthLevel" :0 ,
118
- "Band" : secondary . bands . length ? secondary . bands . join ( ", " ) : null
118
+ "Band" : secondary ? .bands ? .length ? secondary . bands . join ( ", " ) : null
119
119
} ;
120
120
121
121
if ( primary [ 'RSRPStrengthIndexCurrent' ] === 0 ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function Card(props) {
7
7
< h2 > { props . title } </ h2 >
8
8
{ props . main ? (
9
9
< >
10
- < h3 > Band{ props . band . indexOf ( "," ) >= 0 ? 's' : '' } { props . band ? props . band : 'N/A' } </ h3 >
10
+ < h3 > Band{ props ? .band ? .indexOf ( "," ) >= 0 ? 's' : '' } { props . band ? props . band : 'N/A' } </ h3 >
11
11
{ props . signal === 'lte' && props . CA ? (
12
12
< >
13
13
< h3 > Carrier Aggregation</ h3 >
You can’t perform that action at this time.
0 commit comments