diff --git a/app/component/AppBarLarge.js b/app/component/AppBarLarge.js index 0ecc474712..4bc7461029 100644 --- a/app/component/AppBarLarge.js +++ b/app/component/AppBarLarge.js @@ -1,5 +1,6 @@ import PropTypes from 'prop-types'; import React from 'react'; +import { intlShape } from 'react-intl'; import { routerShape, locationShape } from 'react-router'; import ExternalLink from './ExternalLink'; import DisruptionInfo from './DisruptionInfo'; @@ -7,7 +8,7 @@ import Icon from './Icon'; import ComponentUsageExample from './ComponentUsageExample'; import LangSelect from './LangSelect'; -const AppBarLarge = ({ titleClicked }, { router, location, config }) => { +const AppBarLarge = ({ titleClicked }, { router, location, config, intl }) => { const openDisruptionInfo = () => { router.push({ ...location, @@ -21,7 +22,7 @@ const AppBarLarge = ({ titleClicked }, { router, location, config }) => { return (