mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 09:13:09 +02:00
Avoid error
This commit is contained in:
parent
c7cc3dcdfd
commit
5a653531e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<x-column>
|
||||
<template #header>
|
||||
<fa :icon="icon"/>{{ title }}
|
||||
<fa v-if="icon" :icon="icon"/>{{ title }}
|
||||
</template>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue