Appease the linter

pull/21833/head
Travis Ralston 2021-03-05 11:05:56 -07:00
parent ca63e937d3
commit f87f2b11ef
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ export default class MessagePanel extends React.Component {
let isLastSuccessful = false;
const isSentState = s => !s || s === 'sent';
const isSent = isSentState(mxEv.getAssociatedStatus())
const isSent = isSentState(mxEv.getAssociatedStatus());
if (!nextEvent && isSent) {
isLastSuccessful = true;
} else if (nextEvent && isSent && !isSentState(nextEvent.getAssociatedStatus())) {