mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Fixes the animal progress bar in the DNA vault UI (#1378)
* Fixes the animal progress bar in the DNA vault UI * Update tgui.bundle.js Co-authored-by: farie82 <joepvelden@hotmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
farie82
Gandalf
parent
199a27d7c0
commit
b840dee378
@@ -37,7 +37,7 @@ export const DnaVault = (props, context) => {
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Animal DNA">
|
||||
<ProgressBar
|
||||
value={animals / animals}>
|
||||
value={animals / animals_max}>
|
||||
{animals + ' / ' + animals_max + ' Samples'}
|
||||
</ProgressBar>
|
||||
</LabeledList.Item>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user