aboutsummaryrefslogtreecommitdiff
path: root/src/tab.tsx
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-19 17:28:31 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-19 17:28:31 -0500
commita0c4c906fb45dc37be38683f3caf13d310e8961d (patch)
tree50973aa766e695690eb002aadc7981465d7bed5c /src/tab.tsx
parent4405b25ca6844b27ecc18ec91e37470d283726d3 (diff)
more improvements
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 />