[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:
SkyratBot
2020-10-19 19:07:33 +01:00
committed by GitHub
co-authored by farie82 Gandalf
parent 199a27d7c0
commit b840dee378
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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