1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2019-12-09 20:38:56 -07:00
parent f529a6c7a2
commit 4548713c19

View File

@ -509,7 +509,7 @@ function textForWidgetEvent(event) {
function textForMjolnirEvent(event) {
const senderName = event.getSender();
const {entity: prevEntity, recommendation: prevRecommendation, reason: prevReason} = event.getPrevContent();
const {entity: prevEntity} = event.getPrevContent();
const {entity, recommendation, reason} = event.getContent();
// Rule removed