basic photobook support

This commit is contained in:
Lachlan Kermode
2018-12-29 13:39:56 +01:00
parent 99e9219e02
commit 64e7218b71
5 changed files with 76 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
return 'videocam'
case 'Photo':
return 'photo'
case 'Photobook':
return 'photo_album'
default:
return 'help'
}