Skip to content

Conversation

@snehalsankhe
Copy link
Contributor

No description provided.

projectData.status === PROJECT_STATUS.INPROGRESS ||
projectData.status === PROJECT_STATUS.SUCCESS
projectData?.status === 2 ||
projectData.status === 5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add validation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

projectData.status === PROJECT_STATUS.INPROGRESS ||
projectData.status === PROJECT_STATUS.SUCCESS
projectData.status === 2 ||
projectData.status === 5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace these numbers with the values from constants

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace this projectData?.status === 2 with projectData?.status === PROJECT_STATUS?.......

@sayalijoshi27 sayalijoshi27 merged commit 2a8013f into dev May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants