Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wck-iipi authored Mar 25, 2024
1 parent 4e8d689 commit cce9c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
if (children.every(c => c.is_leaf) && route.name !== PageNames.TOPICS_TOPIC_SEARCH) {
// if all children are leaf nodes (i.e. they have no children themselves)
// then redirect to search results
if (children.every(c => c.title == "")) {
if (children.every(c => c.title == '')) {
router.replace({
name: PageNames.TOPICS_TOPIC_SEARCH,
params: { ...route.params, id },
Expand Down

0 comments on commit cce9c15

Please sign in to comment.