Fix empty user integration card
This commit is contained in:
parent
9aeaaf1d63
commit
40b7aa321b
|
|
@ -1,7 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-1 items-center">
|
<div class="flex flex-1 items-center">
|
||||||
<div class="space-y-1">
|
<div
|
||||||
<div class="font-medium mr-2">
|
v-if="integration.provider"
|
||||||
|
class="space-y-1"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="font-medium mr-2"
|
||||||
|
>
|
||||||
{{ integration.provider.user.name }}
|
{{ integration.provider.user.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm">
|
<div class="text-sm">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue