conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - I do not see a version number #406

Open krassowski opened 1 month ago

krassowski commented 1 month ago

Describe the bug

I am trying to report a bug and wanted to put in the version number. When I look at the bottom of the UI I see the word Version: but no version number follows:

image

Expected behavior

A version is shown or Version: prefix is not shown

How to Reproduce the problem?

Open the conda-store-ui

Output

No response

Versions and dependencies used.

No response

Anything else?

It looks this code was last touched in https://github.com/conda-incubator/conda-store-ui/pull/310 where screenshots do show a version number

https://github.com/conda-incubator/conda-store-ui/blob/f1d1cb9bcf14bcc230baba04dbbbc452d484c549/src/features/environments/components/Environments.tsx#L243-L252

krassowski commented 1 month ago

Of note it's not that it is cut off from the sidebar, it is just not rendered:

image