Guts Data Un-saving

Don't save guts max to database since we don't need it, but make sure that it still shows up as a token bar that can be chosen rather than a single value
This commit is contained in:
Oliver-Akins 2024-12-28 23:19:51 -07:00
parent 514a643b32
commit f1d0d781d8
3 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,3 @@
export function sumReduce(sum, val) {
return sum + val;
};