Skip to content

Commit

Permalink
Missing constants added
Browse files Browse the repository at this point in the history
  • Loading branch information
Eb-Zeero authored Apr 11, 2022
1 parent eaea7e4 commit c260beb
Show file tree
Hide file tree
Showing 5 changed files with 3,868 additions and 1,346 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"apollo-client": "^2.0.1",
"apollo-client-preset": "^1.0.1",
"apollo-link-http": "^1.0.0",
"axios": "^0.18.1",
"axios": "^0.26.1",
"babel-preset-stage-0": "^6.24.1",
"bloomer": "^0.6.3",
"bulma": "^0.7.1",
Expand All @@ -26,7 +26,7 @@
"install": "^0.12.2",
"is-number": "^7.0.0",
"lodash": "^4.17.19",
"npm": "^6.14.6",
"npm": "^8.6.0",
"papaparse": "^5.2.0",
"prop-types": "^15.6.0",
"raven-js": "^3.22.2",
Expand Down Expand Up @@ -67,16 +67,16 @@
"babel-eslint": "^8.2.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.16.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-config-airbnb-standard": "^3.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"prettier": "^1.10.2",
"prettier-standard": "^8.0.1",
"prettier-standard": "^16.4.1",
"react-app-rewire-eslint": "^0.2.3",
"react-app-rewired": "^1.5.2",
"react-test-renderer": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/adminActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export function fetchTacMembers() {
dispatch(failToGetTacMembers(e.message))
})
}
}
}
2 changes: 1 addition & 1 deletion src/components/pages/PartnerStatPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default connect(store => (
user: store.user.user,
partnerShareTimes: store.partnerShareTimes.partnerShareTimes,
loading: store.partnerStatProposals.fetching,
statistics: store.statistics.partnerStatistics,
statistics: store.statistics.statistics,
submittingCompletionComment: store.partnerStatProposals.submittingCompletionComment,
submittedCompletionComment: store.partnerStatProposals.submittedCompletionComment,
submittingCommentError: store.partnerStatProposals.errors.submittingCommentError
Expand Down
4 changes: 4 additions & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ export const UPDATE_ALLOCATED_PRIORITY = 'UPDATE_ALLOCATED_PRIORITY'

export const LIAISON_SELECTED = 'LIAISON_SELECTED'

export const FETCH_PARTNER_STATISTICS_PASS = 'FETCH_PARTNER_STATISTICS_PASS'
export const FETCH_PARTNER_STATISTICS_START = 'FETCH_PARTNER_STATISTICS_START'
export const FETCH_PARTNER_STATISTICS_FAIL = 'FETCH_PARTNER_STATISTICS_FAIL'

export const badTime = {
color: 'black',
background:'#FF6060'
Expand Down
Loading

0 comments on commit c260beb

Please sign in to comment.