misc fixes

This commit is contained in:
Mashy
2019-05-18 00:11:15 +10:00
parent 90fd71ede7
commit dcf7ef6f15
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ function Cryp(props) {
function onClick(e) {
e.stopPropagation();
e.preventDefault();
if (activeVar !== null) return sendVboxApply(cryp.id, activeVar);
if (activeVar !== null) sendVboxApply(cryp.id, activeVar);
return setActiveCryp(cryp);
}