Fixed a connectionType glitch

Change-Id: Idcd2cde2ea93ad91892bf6954c70b5c02490c37f
This commit is contained in:
Thomas Vachuska 2021-03-29 14:01:18 -07:00
parent b6a6bcbe12
commit a0410b8f65

View File

@ -365,7 +365,7 @@
var th = ts.theme(),
el = ldata.el,
type = ldata.type(),
connectionType = ldata.connectionType(),
connectionType = ldata.connectionType,
lw = ldata.linkWidth(),
online = ldata.online(),
modeCls = ldata.expected() ? 'inactive' : 'not-permitted',