Added Hookup Hotshot.

This commit is contained in:
DebaucheryLibrarian
2020-09-03 22:22:12 +02:00
parent f6353ca14c
commit c187a27123
18 changed files with 130 additions and 12 deletions

View File

@@ -249,7 +249,7 @@
{{ description.text }}
<router-link :to="`/${description.entity.type}/${description.entity.slug}`">
<img
v-if="description.entity.type === 'network' || description.entity.independent"
v-if="description.entity.type === 'network' || !description.entity.parent || description.entity.independent"
:src="`/img/logos/${description.entity.slug}/thumbs/network.png`"
class="description-logo"
>

View File

@@ -160,6 +160,7 @@ export default {
data() {
return {
entity: null,
pageTitle: null,
totalCount: null,
limit: Number(this.$route.query.limit) || 20,
expanded: false,