Skip to content

Commit a28aff4

Browse files
committed
Hopefully last build fix
1 parent 327f5e3 commit a28aff4

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/TopcoderHeader

1 file changed

+1
-1
lines changed

src/shared/containers/TopcoderHeader/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
55
import { config } from 'topcoder-react-utils';
66
import LoadingIndicator from 'components/LoadingIndicator';
77
import _ from 'lodash';
8-
import { getSubPageConfiguration } from '../../utils/url';
8+
import { getInitials, getSubPageConfiguration } from '../../utils/url';
99
import { SSRPlaceholder } from '../../utils/SSR';
1010
import './styles.scss';
1111

0 commit comments

Comments
 (0)