Skip to content

Commit a15e466

Browse files
committed
Fix lint errors
1 parent cc32705 commit a15e466

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/TopBar/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* global tcUniNav */
22
import React, { useRef, useState, useEffect } from 'react'
33
import PropTypes from 'prop-types'
4-
import { getInitials } from '../../util/url'
54
import { COMMUNITY_APP_URL, HEADER_AUTH_URLS_HREF, HEADER_AUTH_URLS_LOCATION } from '../../config/constants'
6-
import _ from 'lodash'
75

86
let uniqueId = 0
97

0 commit comments

Comments
 (0)