Skip to content

Commit 6ff9c15

Browse files
authored
Merge pull request #2549 from appirio-tech/hotfix/user-profile-links
[Hotfix] issue #2543 - Profile links are linked to the DEV site on PROD site
2 parents b7a46f2 + 1c2d4d6 commit 6ff9c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/User/UserTooltip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import PropTypes from 'prop-types'
44
import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip'
55
import Avatar from 'appirio-tech-react-components/components/Avatar/Avatar'
6-
import { DOMAIN } from '../../../config/constants'
6+
import { DOMAIN } from '../../config/constants'
77
import { getAvatarResized } from '../../helpers/tcHelpers'
88

99
require('./UserTooltip.scss')

0 commit comments

Comments
 (0)