0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

refactor(iconTypeMap): Changed checking of metadata.icon value in iconTypeMap

This commit is contained in:
Georgiy 2023-05-26 18:41:16 +03:00
parent 150f067379
commit 1954f44802

View file

@ -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 }">