mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 21:41:02 +02:00
Appease the linter
This commit is contained in:
parent
f529a6c7a2
commit
4548713c19
@ -509,7 +509,7 @@ function textForWidgetEvent(event) {
|
|||||||
|
|
||||||
function textForMjolnirEvent(event) {
|
function textForMjolnirEvent(event) {
|
||||||
const senderName = event.getSender();
|
const senderName = event.getSender();
|
||||||
const {entity: prevEntity, recommendation: prevRecommendation, reason: prevReason} = event.getPrevContent();
|
const {entity: prevEntity} = event.getPrevContent();
|
||||||
const {entity, recommendation, reason} = event.getContent();
|
const {entity, recommendation, reason} = event.getContent();
|
||||||
|
|
||||||
// Rule removed
|
// Rule removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user