Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Justin 2022-05-31 15:04:57 +00:00 committed by Alex Gleason
parent 07ce1b4873
commit bd13cba65b

View file

@ -18,7 +18,6 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ status, hideActions, onCanc
onCancel();
};
if (!status) {
return null;
}