Include null check on name from mattermost-redux (#3059)

This commit is contained in:
Miguel Alatzar 2019-07-31 13:24:33 -07:00 committed by GitHub
parent a3dd8a753d
commit 04c22e2efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -13396,8 +13396,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#84748d22aebf07826c6938058e3da0f8d583d6f8",
"from": "github:mattermost/mattermost-redux#84748d22aebf07826c6938058e3da0f8d583d6f8",
"version": "github:mattermost/mattermost-redux#c93aa5fd83601ef226eb07d26e36a1ad65b5af95",
"from": "github:mattermost/mattermost-redux#c93aa5fd83601ef226eb07d26e36a1ad65b5af95",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "3.0.0",

View file

@ -21,7 +21,7 @@
"intl": "1.2.5",
"jail-monkey": "2.2.0",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#84748d22aebf07826c6938058e3da0f8d583d6f8",
"mattermost-redux": "github:mattermost/mattermost-redux#c93aa5fd83601ef226eb07d26e36a1ad65b5af95",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"prop-types": "15.7.2",