diff --git a/index.js b/index.js index 922f2d2..5c53528 100644 --- a/index.js +++ b/index.js @@ -32,11 +32,11 @@ jss.createStyleSheet({ } }).attach(); -let { file, selectedPrinter, actions } = queryString.parse(location.search); +let { file, selectedPrinter, actions, name } = queryString.parse(location.search); if (actions) actions = JSON.parse(actions); render(( - + ), document.getElementById('app'));