You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
Appease the linter
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user