diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-12 22:31:06 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-12 22:31:06 +0200 |
commit | 5e24ca4fea2e4a31beb2123f328c600e83c5e7f3 (patch) | |
tree | fe01aaf998c583be79bf51e44cfbe09651943e31 /pages/index.tsx | |
parent | 1148249b767cc3e0a36e63dd3c735f63d1067446 (diff) |
fix: update uniorg and fix unified deps
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 0d91ecf..efbdbad 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -416,6 +416,7 @@ export function GraphPage() { case 'graphdata': return updateGraphData(message.data) case 'variables': + console.log(message.data) variablesRef.current = message.data return case 'theme': |