Fix empty user integration card
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user