Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Jul 16, 2020
1 parent a85af47 commit b05a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/ReplyThread.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class ReplyThread extends React.Component {
allowedTags: false, // false means allow everything
allowedAttributes: false,
exclusiveFilter: (frame) => frame.tag === "mx-reply",
}
},
);
}

Expand Down

0 comments on commit b05a19e

Please sign in to comment.