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

Comments in empty checkRenderable functions

parent 80dd2355
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ export default class Scalar extends Component {
}
static checkRenderable(cols, rows) {
// scalar can always be rendered, nothing needed here
}
render() {
......
......@@ -15,6 +15,7 @@ export default class Bar extends Component {
}
static checkRenderable(cols, rows) {
// scalar can always be rendered, nothing needed here
}
render() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment