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

Fix reference order #737

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Fix reference order #737

merged 1 commit into from
Jun 19, 2024

Conversation

mruwnik
Copy link
Collaborator

@mruwnik mruwnik commented Jun 19, 2024

The reference popups where showing incorrect contetn

@mruwnik mruwnik changed the base branch from master to stampy-redesign June 19, 2024 13:13
@@ -59,7 +59,7 @@ const Feedback = ({
<CompositeButton secondary>
<Action
pageid={pageid}
showText={!!labels}
showtext={(!!labels).toString()}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I get showText vs showtext might have been a problem,, but what's with the .toString() part?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

showtext expects a string, so false was causing errors that "false" fixes...

Copy link
Collaborator

Choose a reason for hiding this comment

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

:suspect:

@mruwnik mruwnik merged commit 8ae392e into stampy-redesign Jun 19, 2024
1 check passed
@mruwnik mruwnik deleted the sundry-fixes branch June 19, 2024 14:17
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.

2 participants