diff options
author | Renard | 2019-09-23 11:50:55 -0300 |
---|---|---|
committer | Renard | 2019-09-23 11:50:55 -0300 |
commit | d700a5f9202e5771b51e3d83a2287a3e58e1f1b3 (patch) | |
tree | c684e10bb2db9dbcf0409f1b0a48b5ec361604ec /src | |
parent | a415058b441849e4aec0ec03d6f35a1f2c20d323 (diff) | |
download | bai-client-d700a5f9202e5771b51e3d83a2287a3e58e1f1b3.tar.gz bai-client-d700a5f9202e5771b51e3d83a2287a3e58e1f1b3.tar.xz bai-client-d700a5f9202e5771b51e3d83a2287a3e58e1f1b3.zip |
JScosas
Diffstat (limited to 'src')
-rw-r--r-- | src/ReplyForm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReplyForm.js b/src/ReplyForm.js index 6ef025a..9220501 100644 --- a/src/ReplyForm.js +++ b/src/ReplyForm.js @@ -9,7 +9,7 @@ class ReplyForm extends Component { name: "", email: "", message: - this.props.replyIndex !== null + this.props.replyIndex !== undefined ? ">>" + this.props.replyIndex + "\n" : "", attachment: "", |