Skip to content

Commit a286d10

Browse files
committed
run prettier
1 parent 0ad6b4c commit a286d10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/views/transportation/bus/bus-line.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ export class BusLine extends React.PureComponent {
138138
<Column alignItems="center" width={45} paddingRight={5}>
139139
<Icon
140140
name={
141-
Platform.OS === 'ios'
142-
? 'ios-navigate-outline'
143-
: 'md-navigate'
141+
Platform.OS === 'ios' ? 'ios-navigate-outline' : 'md-navigate'
144142
}
145143
size={24}
146144
style={{color: c.iosDisabledText}}

0 commit comments

Comments
 (0)