Improve commentary

This commit is contained in:
Travis Ralston 2021-03-02 11:04:12 -07:00
parent a4a15d3abd
commit 08d35073de
2 changed files with 4 additions and 3 deletions

View file

@ -158,7 +158,7 @@ export default class EditHistoryMessage extends React.PureComponent {
const isSending = (['sending', 'queued', 'encrypting'].indexOf(this.state.sendStatus) !== -1);
const classes = classNames({
"mx_EventTile": true,
// Note: we keep these sending state classes for tests, not for our styles
// Note: we keep the `sending` state class for tests, not for our styles
"mx_EventTile_sending": isSending,
"mx_EventTile_notSent": this.state.sendStatus === 'not_sent',
});