This commit is contained in:
2020-12-22 01:30:26 +00:00
parent 1780e8924f
commit 4de43b0bdc
4 changed files with 67 additions and 8 deletions

View File

@@ -348,6 +348,7 @@ export default {
iconForType: function(ayaType) {
switch (ayaType) {
case window.$gz.type.NoType:
case null:
return "$ayiGenderless";
case window.$gz.type.Global:
return "$ayiGlobe";