Skip to content

Commit eb9cf88

Browse files
committed
add missing ext to building hours' local data
1 parent 06284f9 commit eb9cf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/building-hours/stateful-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {BuildingHoursList} from './list'
1212
import moment from 'moment-timezone'
1313
import type {TopLevelViewPropsType} from '../types'
1414
import type {BuildingType} from './types'
15-
import * as defaultData from '../../../docs/building-hours'
15+
import * as defaultData from '../../../docs/building-hours.json'
1616
import {reportNetworkProblem} from '../../lib/report-network-problem'
1717
import toPairs from 'lodash/toPairs'
1818
import groupBy from 'lodash/groupBy'

0 commit comments

Comments
 (0)