remove console.log
This commit is contained in:
parent
ed30a4ccac
commit
6167e018dd
@ -4,6 +4,7 @@ import classnames from 'classnames';
|
||||
|
||||
const ViewportGrid = ({ rows, cols, viewportContents }) => {
|
||||
const ViewportPanes = viewportContents.map((viewportContent, index) => {
|
||||
const isActive = index === activeViewportIndex;
|
||||
return (
|
||||
<div
|
||||
key={index}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user