diff --git a/src/app.js b/src/app.js index d1a76a50..7c0e64b1 100644 --- a/src/app.js +++ b/src/app.js @@ -16,11 +16,11 @@ export const App = () => { // for each observation selected selectedObservations.map (function (obs) { // render the observation - return ; + return ; }) } - + ); };