FOSSologyUI icon indicating copy to clipboard operation
FOSSologyUI copied to clipboard

fix: UI bug at footer #266

Open sahilsekr42 opened this issue 1 year ago • 0 comments

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

sahilsekr42 avatar Aug 13 '23 17:08 sahilsekr42