There's an error in the dashboard when trying to render the Book components and it looks to be happening in lines ~110 trying to access the name of the first index of a list. The condition is if list is defined, by that doesn't mean list has length greater than 0. Maybe fix it so that the condition is also on list being length > 0 to show the list name.