提交 015ec830 编写于 作者: R Ramya Achutha Rao

Fix for #50868 and #50884

上级 9333c29d
......@@ -347,7 +347,7 @@ export class ExtensionsListView extends ViewsViewletPanel {
recommendations: names.map(id => {
return {
id,
recommendationReason: recommendationsWithReason[id].reasonId
recommendationReason: recommendationsWithReason[id.toLowerCase()].reasonId
};
})
});
......@@ -395,7 +395,7 @@ export class ExtensionsListView extends ViewsViewletPanel {
recommendations: names.map(id => {
return {
id,
recommendationReason: recommendationsWithReason[id].reasonId
recommendationReason: recommendationsWithReason[id.toLowerCase()].reasonId
};
})
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册