Skip to content

Commit 2586f41

Browse files
committed
Merge branch 'master' into building-hours-list-fix
* master: run prettier add info footer to bus views
2 parents 4e8f280 + b24b221 commit 2586f41

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ import moment from 'moment-timezone'
1212
import * as c from '../../components/colors'
1313
import {Separator} from '../../components/separator'
1414
import {BusStopRow} from './bus-stop-row'
15-
import {ListRow, ListSectionHeader, Title} from '../../components/list'
15+
import {
16+
ListRow,
17+
ListSectionHeader,
18+
Title,
19+
ListFooter,
20+
} from '../../components/list'
1621

1722
const TIME_FORMAT = 'h:mma'
1823
const TIMEZONE = 'America/Winnipeg'
@@ -230,6 +235,12 @@ export class BusLine extends React.Component<void, Props, State> {
230235
</Column>
231236
</Row>
232237
</ListRow>*/}
238+
239+
<ListFooter
240+
title={
241+
'Bus routes and times subject to change without notice\n\nData collected by the humans of All About Olaf'
242+
}
243+
/>
233244
</View>
234245
)
235246
}

0 commit comments

Comments
 (0)