Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change the text for PreBoosted status #2278

Closed
wants to merge 1 commit into from
Closed

Conversation

Razzwan
Copy link
Contributor

@Razzwan Razzwan commented Nov 24, 2020

fix #2270

@Razzwan Razzwan self-assigned this Nov 24, 2020
@Razzwan Razzwan linked an issue Nov 24, 2020 that may be closed by this pull request
@orenyodfat orenyodfat temporarily deployed to alchemy-change-the-text-2eglrb November 24, 2020 11:48 Inactive
@orenyodfat
Copy link
Contributor

please link this pr to an issue

@@ -175,7 +175,7 @@ class ProposalDetailsPage extends React.Component<IProps, IState> {
<ProposalCountdown proposal={proposal} detailView /> :
<span className={css.closedTime}>
{proposal.stage === IProposalStage.Queued ? "Expired" :
proposal.stage === IProposalStage.PreBoosted ? "Ready to Boost" :
proposal.stage === IProposalStage.PreBoosted ? "Ready to Unboost" :
Copy link
Contributor

@orenyodfat orenyodfat Nov 24, 2020

Choose a reason for hiding this comment

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

the table should be or "Ready to Boost" or "Ready to Unboost" according to the proposal state
the proposal can potentially have either states.

Copy link
Contributor

Choose a reason for hiding this comment

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

@orenyodfat orenyodfat closed this Dec 6, 2020
@orenyodfat orenyodfat reopened this Dec 6, 2020
@orenyodfat orenyodfat assigned roienatan and unassigned Razzwan Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong msg when proposal should be unboost
4 participants