diff --git a/.eslintrc.js b/.eslintrc.js
index 2e92f79b..8b48a31a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -24,6 +24,7 @@ module.exports = {
},
rules: {
'qunit/require-expect': [1, 'except-simple'],
+ 'no-self-assign': ['warn'],
},
overrides: [
// node files
diff --git a/app/components/answer-reply-modal.hbs b/app/components/answer-reply-modal.hbs
new file mode 100644
index 00000000..fccde6a3
--- /dev/null
+++ b/app/components/answer-reply-modal.hbs
@@ -0,0 +1,58 @@
+
+ {{this.answerText}} + + {{#if this.isTextMoreThanMaxCharacters}} + + {{/if}} +
+ + +{{(or + @questionAsked.question "No recent question" + )}}
+{{@helperText}}
+ {{/if}}Coming Soon!
+Coming Soon!
{{/if}}