You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/projects/detail/components/SimplePlan/components/MilestoneChallengeFooter/MilestoneChallengeFooter.jsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ import _ from 'lodash'
6
6
importcnfrom'classnames'
7
7
importPTfrom'prop-types'
8
8
import{
9
-
WORK_MANAGER_APP
9
+
WORK_MANAGER_APP,
10
+
CHALLENGE_ID_MAPPING
10
11
}from'../../../../../../../src/config/constants'
11
12
import'./MilestoneChallengeFooter.scss'
12
13
@@ -34,7 +35,7 @@ class MilestoneChallengeFooter extends React.Component {
0 commit comments