mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
refactor(iconTypeMap): Changed checking of metadata.icon value in iconTypeMap
This commit is contained in:
parent
150f067379
commit
1954f44802
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
class="author-comment-badge-renderer"
|
||||
v-if="metadata && iconTypeMap.hasOwnProperty(metadata.icon.iconType)"
|
||||
v-if="metadata && iconTypeMap.hasOwnProperty(metadata.icon)"
|
||||
>
|
||||
<v-tooltip top>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
|
|
Loading…
Reference in a new issue