diff --git a/react-debug/src/App.js b/react-debug/src/App.js index 2bade86..2a08128 100644 --- a/react-debug/src/App.js +++ b/react-debug/src/App.js @@ -36,7 +36,7 @@ class Album extends React.Component { // TODO(wathiede): use coverPhotoMediaItemId and fetch from a // locally cached image. return
- { + {

{ mi.filename}

@@ -75,7 +75,7 @@ class AlbumIndex extends React.Component { return albums.map((a) => { let img = unset; if (a.coverPhotoMediaItemId !== undefined) { - img = { + img = { } let figure =