Remove duplicate declaration that breaks the build
Signed-off-by: Travis Ralston <travpc@gmail.com>pull/21833/head
parent
a5c8d061a8
commit
c55ffe1be7
|
@ -84,10 +84,6 @@ const Notifier = {
|
|||
msg = '';
|
||||
}
|
||||
|
||||
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(
|
||||
ev.sender, 40, 40, 'crop',
|
||||
) : null;
|
||||
|
||||
const avatarUrl = ev.sender ? Avatar.avatarUrlForMember(ev.sender, 40, 40, 'crop') : null;
|
||||
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
||||
|
||||
|
|
Loading…
Reference in New Issue