accidentally broke progress bar its fixed now

This commit is contained in:
sarcoph
2022-03-08 17:21:26 -09:00
parent 321b45bb54
commit ccb3f12274
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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