Hide section headline for timelines in production (#7590)
* Hide section headline for timelines in production * comment out
This commit is contained in:
parent
06252ec71e
commit
4eeda67727
|
@ -0,0 +1,59 @@
|
||||||
|
import PropTypes from 'prop-types';
|
||||||
|
import React, { Component, Fragment } from 'react';
|
||||||
|
import { FormattedMessage } from 'react-intl';
|
||||||
|
import { NavLink } from 'react-router-dom';
|
||||||
|
|
||||||
|
export default class SectionHeadline extends Component {
|
||||||
|
|
||||||