mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-27 06:36:19 +01:00
accidentally broke progress bar its fixed now
This commit is contained in:
@@ -35,7 +35,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