fix vbox not recalculating on spec remove

This commit is contained in:
ntr
2019-04-03 23:44:02 +11:00
parent b664396ddf
commit 13cd21c925
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function InstanceComponent(args) {
if (!instance) return <div>...</div>;
const cryps = instance.cryps.map(c => Cryp(c, sendVboxApply, setInfo));
const cryps = instance.cryps.map((c, i) => Cryp(c, sendVboxApply, setInfo));
return (
<main className="instance" >