Skip to content

Commit

Permalink
Spacing change to retrigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agreenspan24 committed Jun 15, 2021
1 parent 7fa40f9 commit 49a4160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AssignmentTexter/Controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ export class AssignmentTexterContactControls extends React.Component {
cannedResponseScript ? 40 : 13
).length
: script.title.length;

if (joinedLength + 1 + textLength < 80) {
joinedLength += 1 + textLength;
return true;
Expand Down

0 comments on commit 49a4160

Please sign in to comment.