add usericon props

This commit is contained in:
pypy
2020-12-05 16:04:20 +09:00
parent f23ea5b6ab
commit da1440abb5

View File

@@ -1042,6 +1042,7 @@ import gameLogService from './service/gamelog.js'
id: '', id: '',
username: '', username: '',
displayName: '', displayName: '',
userIcon: '',
bio: '', bio: '',
bioLinks: [], bioLinks: [],
pastDisplayNames: [], pastDisplayNames: [],
@@ -1135,6 +1136,7 @@ import gameLogService from './service/gamelog.js'
id: '', id: '',
username: '', username: '',
displayName: '', displayName: '',
userIcon: '',
bio: '', bio: '',
bioLinks: [], bioLinks: [],
currentAvatarImageUrl: '', currentAvatarImageUrl: '',