You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove duplicate declaration that breaks the build
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -84,10 +84,6 @@ const Notifier = {
|
|||||||
msg = '';
|
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 avatarUrl = ev.sender ? Avatar.avatarUrlForMember(ev.sender, 40, 40, 'crop') : null;
|
||||||
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user