diff --git a/public/app/plugins/panel/news/NewsPanel.tsx b/public/app/plugins/panel/news/NewsPanel.tsx index 8230a1fd8b0..91139fac5eb 100755 --- a/public/app/plugins/panel/news/NewsPanel.tsx +++ b/public/app/plugins/panel/news/NewsPanel.tsx @@ -77,7 +77,7 @@ export class NewsPanel extends PureComponent { {news.map((item, index) => { return (
- +
{item.title}
{dateTimeFormat(item.date, { format: 'MMM DD' })}