Skip to content

Tags not found - bug #156

@wellDan28

Description

@wellDan28

apparently there was a bug in #136 (the pr that closed #132)

In the following line

if ((this.options.tags.indexOf('all') >= 0 || filteredTags < 2) && totalPages && +page < totalPages) {

The variable 'filteredTags' is an array and thus the length property should be use to inquire the number of filtered tags.
I'll pr soon

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