Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop committed Feb 11, 2019
1 parent 18cb296 commit c3ba534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/components/stage_aware_idea_controls_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe("<StageAwareIdeaControls />", () => {
const defaultProps = {
actions: {},
idea,
canUserEditIdeaContents: true,
votes: [],
currentUser: {},
stage: IDEA_GENERATION,
Expand Down
1 change: 1 addition & 0 deletions web/static/js/components/stage_aware_idea_controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const StageAwareIdeaControls = props => {
StageAwareIdeaControls.propTypes = {
idea: AppPropTypes.idea.isRequired,
actions: AppPropTypes.actions.isRequired,
canUserEditIdeaContents: PropTypes.bool.isRequired,
retroChannel: AppPropTypes.retroChannel.isRequired,
currentUser: AppPropTypes.presence.isRequired,
stage: AppPropTypes.stage.isRequired,
Expand Down

0 comments on commit c3ba534

Please sign in to comment.