Skip to content

Commit

Permalink
Added an extra check (as it fails when using a single picker)
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 31, 2019
1 parent b7cf03f commit 4e4bbe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

default:
item.$typeName = 'Ukendt';
item.details.$thumbnail = item.details.thumbnails[0];
if (item.details && item.detailsitem.details.thumbnails) item.details.$thumbnail = item.details.thumbnails[0];
break;

}
Expand Down

0 comments on commit 4e4bbe1

Please sign in to comment.