Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Jun 7, 2024
1 parent a4facf1 commit 0781b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flow/actions/sendmsg/SendMsgForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import { Trans } from 'react-i18next';
import { Attachment, renderAttachments } from './attachments';
import { TembaComponent } from 'temba/TembaComponent';
import styles from './SendMsgForm.module.scss';
import { valueConatainerSpecId } from 'components/flow/routers/webhook/header/HeaderElement';

export interface SendMsgFormState extends FormState {
message: StringEntry;
Expand Down Expand Up @@ -133,6 +132,7 @@ export default class SendMsgForm extends React.Component<ActionFormProps, SendMs
return true;
}
}
return false;
}
);
if (hasMissingAttachment) {
Expand Down

0 comments on commit 0781b15

Please sign in to comment.