diff --git a/modern/src/App.js b/modern/src/App.js index 85fce974..3aa82aec 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -556,6 +556,18 @@ function App() { > + { + dispatch(Actions.gotSkinUrl(e.target.value)); + }} + > + {skinUrls.map(url => ( + + {url} + + ))} +