提交 d65350da 编写于 作者: J Joao Moreno

fixes #1969

上级 ff31ba12
......@@ -428,7 +428,7 @@ class SuggestionDetails {
}
this.title.innerText = item.suggestion.label;
this.type.innerText = item.suggestion.typeLabel;
this.type.innerText = item.suggestion.typeLabel || '';
this.docs.innerText = item.suggestion.documentationLabel;
this.back.onclick = e => {
e.preventDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册