diff --git a/web/playground/src/app/App.js b/web/playground/src/app/App.js index 2bae9b889f0d..3ffb310daf83 100644 --- a/web/playground/src/app/App.js +++ b/web/playground/src/app/App.js @@ -26,7 +26,7 @@ class App extends React.Component { state = { library: { examples, - chinook, + tables: chinook, book, "local storage": loadLocalStorage(), },