Skip to content

Fix error in Book component #147

@pbarrowbyu121

Description

@pbarrowbyu121

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions