aboutsummaryrefslogtreecommitdiff
path: root/src/tab.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.tsx')
-rw-r--r--src/tab.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.tsx b/src/tab.tsx
index ebddc70..5777dbe 100644
--- a/src/tab.tsx
+++ b/src/tab.tsx
@@ -74,6 +74,7 @@ class Tab extends React.Component<TabProps> {
render() {
let { classes } = this.props;
let data = this.state.patternGraphData;
+ console.log(data);
return (
<MuiThemeProvider theme={theme}>
<CssBaseline />