-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Bug: missing space in history entries #12101
Comments
hello ser, please assign me this issue |
has this been resolved? |
Hi, I would like to work on this, can you assign me. |
I have ended up reading the entire history. Its so interesting. 🥳 |
When I check the document in markdown format, I realize that the data we are meant to edit initally is a component and I am requesting to know the exact location of the component. |
const blockTypeTranslation = (translationKey, explorerUrl, number) => { |
Fix #12101: Bug: missing space in history entries
Describe the bug
We're missing a space before the block/epoch/slot values for each entry on the
/history
page.To reproduce
Expected behavior
Should have a single space rendered between the label and value.
Screenshots
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
Culprit is likely inside the
NetworkUpgradeSummary
component (/src/components/History/NetworkUpgradeSummary.tsx
), in theblockTypeTranslation
function.There does seem to be a
{" "}
in there, and an up-close screenshot of the text selected......reveals that the space appears to be present, but for some reason it's collapsing so it doesn't actually take up space.
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: