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: UI bug at footer #266 #277

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sahilsekr42
Copy link

closes #266

Description

This fixes #266 UI bug at footer by showing empty string instead of undefined in footer
Screenshot from 2023-08-13 21-20-00

Changes

I've changed index file in Footer to conditionally check if value is undefined then show empty string instead of undefined else show the commit hash by appending # with commit
Screenshot from 2023-08-13 21-20-16

How to test

to test just use yarn start and look at the footer

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.

UI Bug At the footer
1 participant