This website works better with JavaScript.
Home
Explore
Help
Sign In
Ledda
/
djledda-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
Daniel Ledda
2 months ago
parent
02969ab349
commit
8be0fa749e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/generative-energy/GECalculator.tsx
+ 1
- 1
app/generative-energy/GECalculator.tsx
View File
@@ -78,7 +78,7 @@ export default defineComponent({
if (_.name === "Grains") {
numGrains.value = val;
} else {
numGrains.value = _.mpg
/ val
;
numGrains.value =
val /
_.mpg;
}
}}
min="0"
Write
Preview
Loading…
Cancel
Save