We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61416e1 commit 02c4757Copy full SHA for 02c4757
1 file changed
src/js/update.js
@@ -1022,6 +1022,9 @@ var update = (function() {
1022
delete arrayItem.display;
1023
delete arrayItem.letter;
1024
delete arrayItem.icon;
1025
+ if (arrayItem.visual.letter == null) {
1026
+ arrayItem.visual.letter = "";
1027
+ };
1028
if (arrayItem.visual.icon.label == null) {
1029
arrayItem.visual.icon.label = "";
1030
};
0 commit comments