fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
47 stars 85 forks source link

fix: UI bug at footer #266 #277

Open sahilsekr42 opened 1 year ago

sahilsekr42 commented 1 year ago

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