Skip to content

Commit 1261c2b

Browse files
committed
prettify
1 parent 5596e92 commit 1261c2b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/views/transportation/bus/wrapper.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ export class BusView extends React.PureComponent<Props, State> {
7676
interval={60000}
7777
moment={true}
7878
render={({now}) => (
79-
<BusLine
80-
line={activeBusLine}
81-
now={now}
82-
openMap={this.openMap}
83-
/>
79+
<BusLine line={activeBusLine} now={now} openMap={this.openMap} />
8480
)}
8581
timezone={TIMEZONE}
8682
/>

0 commit comments

Comments
 (0)