mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
When formating a value for a Module assign it to zero if it is undefined
This commit is contained in:
@@ -212,6 +212,8 @@ export default class Module {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
val = val || 0;
|
||||||
|
|
||||||
if (!formatingOptions) {
|
if (!formatingOptions) {
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user