diff --git a/webapp/views/components/Preview.js b/webapp/views/components/Preview.js index a5ef04c..886169e 100644 --- a/webapp/views/components/Preview.js +++ b/webapp/views/components/Preview.js @@ -20,6 +20,6 @@ export default props => { } return ( - + ); };