mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Remove blank line
This commit is contained in:
parent
d95955d90b
commit
2b608aa919
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ export class OwnProfileStore extends AsyncStoreWithClient<IState> {
|
|||
*/
|
||||
public getHttpAvatarUrl(size = 0): string {
|
||||
if (!this.avatarMxc) return null;
|
||||
|
||||
const media = mediaFromMxc(this.avatarMxc);
|
||||
if (!size || size <= 0) {
|
||||
return media.srcHttp;
|
||||
|
|
Loading…
Reference in a new issue