summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/stores
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/issue_show/stores')
-rw-r--r--app/assets/javascripts/issue_show/stores/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/issue_show/stores/index.js b/app/assets/javascripts/issue_show/stores/index.js
index 9c759dc53cb..8e89a2b7730 100644
--- a/app/assets/javascripts/issue_show/stores/index.js
+++ b/app/assets/javascripts/issue_show/stores/index.js
@@ -1,11 +1,11 @@
export default class Store {
constructor({
- title,
+ titleHtml,
descriptionHtml,
descriptionText,
}) {
this.state = {
- titleHtml: title,
+ titleHtml,
titleText: '',
descriptionHtml,
descriptionText,