We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad6b4c commit a286d10Copy full SHA for a286d10
source/views/transportation/bus/bus-line.js
@@ -138,9 +138,7 @@ export class BusLine extends React.PureComponent {
138
<Column alignItems="center" width={45} paddingRight={5}>
139
<Icon
140
name={
141
- Platform.OS === 'ios'
142
- ? 'ios-navigate-outline'
143
- : 'md-navigate'
+ Platform.OS === 'ios' ? 'ios-navigate-outline' : 'md-navigate'
144
}
145
size={24}
146
style={{color: c.iosDisabledText}}
0 commit comments