Skip to content
Snippets Groups Projects
Commit 0b08dbf5 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

use the `area` illustration where we have `line` charts.

parent fc2c176c
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ export default class RecentViews extends Component {
renderIllustration(item) {
if (item.model === 'card' && 'display' in item.model_object) {
const icon = 'illustration-'+item.model_object.display;
const icon = (item.model_object.display === 'line') ? 'illustration-area' : 'illustration-'+item.model_object.display;
return (
<Icon name={icon} width={22} height={22} />
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment