artist page will no longer display latest release if it does not apply, removed "Top" from search until properly implemented

This commit is contained in:
booploops 2021-12-07 16:18:37 -08:00
parent 79fe19518c
commit 7e4e086792
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<template v-if="search.results['meta']">
<template
v-for="section in search.results.meta.results.order" v-if="section != 'song'">
v-for="section in search.results.meta.results.order" v-if="section != 'song' && section != 'top'">
<div class="row">
<div class="col">
<h3>{{ app.friendlyTypes(section) }}</h3>