Skip to content

Commit 02c4757

Browse files
committed
[refactor] improve update
1 parent 61416e1 commit 02c4757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/js/update.js‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,9 @@ var update = (function(){
10221022
deletearrayItem.display;
10231023
deletearrayItem.letter;
10241024
deletearrayItem.icon;
1025+
if(arrayItem.visual.letter==null){
1026+
arrayItem.visual.letter="";
1027+
};
10251028
if(arrayItem.visual.icon.label==null){
10261029
arrayItem.visual.icon.label="";
10271030
};

0 commit comments

Comments
(0)