We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327f5e3 commit a28aff4Copy full SHA for a28aff4
src/shared/containers/TopcoderHeader/index.jsx
@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
5
import { config } from 'topcoder-react-utils';
6
import LoadingIndicator from 'components/LoadingIndicator';
7
import _ from 'lodash';
8
-import { getSubPageConfiguration } from '../../utils/url';
+import { getInitials, getSubPageConfiguration } from '../../utils/url';
9
import { SSRPlaceholder } from '../../utils/SSR';
10
import './styles.scss';
11
0 commit comments