mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Handle empty or missing icon
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<figure class="image is-64x64" style="display: inline-block">
|
||||
<figure class="image is-64x64" style="display: inline-block" v-if="icon">
|
||||
<img :src="icon">
|
||||
</figure>
|
||||
<p class="is-size-4 has-text-grey-light">{{ service }}</p>
|
||||
|
Reference in New Issue
Block a user