Skip to content
Snippets Groups Projects
Commit 20012d62 authored by Tom Robinson's avatar Tom Robinson
Browse files

Better name for Visualization variable

parent 91df67b3
Branches
Tags
No related merge requests found
......@@ -71,8 +71,8 @@ export default class Visualization extends Component {
);
} else {
let { card } = this.props;
let Visualization = visualizations.get(card.display);
return <Visualization {...this.props} onRenderError={this.onRenderError} />;
let CardVisualization = visualizations.get(card.display);
return <CardVisualization {...this.props} onRenderError={this.onRenderError} />;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment