Replace ' ' with '\u00A0'
This commit is contained in:
@@ -505,7 +505,7 @@ function getChannelName(item: ItemDto) {
|
||||
item.ChannelName
|
||||
);
|
||||
} else {
|
||||
return { title: item.ChannelName || '' || ' ' };
|
||||
return { title: item.ChannelName || '\u00A0' };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user