fix info"

This commit is contained in:
ntr
2019-04-27 23:02:54 +10:00
parent 483c6c5b9c
commit 1ab298b1ad
+1 -1
View File
@@ -180,7 +180,7 @@ function Info(args) {
? infoCrypElement(player.cryps.find(c => c.id === activeCryp.id))
: null;
const otherInfo = !info[0]
const otherInfo = info[0]
? infoVar(info)
: null;