Fixed MATTERMOST-MOBILE-ANDROID-87 (#1566)
This commit is contained in:
parent
868e4b8ad6
commit
f5bd4bd752
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import {ViewTypes} from 'app/constants';
|
|||
function displayName(state = '', action) {
|
||||
switch (action.type) {
|
||||
case ViewTypes.SET_CHANNEL_DISPLAY_NAME:
|
||||
return action.displayName;
|
||||
return action.displayName || '';
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue