diff --git a/plugins/contact-resources/src/components/EmployeePresenter.svelte b/plugins/contact-resources/src/components/EmployeePresenter.svelte index 0620c5f07b..6d307078f1 100644 --- a/plugins/contact-resources/src/components/EmployeePresenter.svelte +++ b/plugins/contact-resources/src/components/EmployeePresenter.svelte @@ -11,6 +11,7 @@ export let tooltipLabels: { personLabel: IntlString; placeholderLabel?: IntlString } | undefined = undefined export let shouldShowAvatar: boolean = true export let shouldShowName: boolean = true + export let shouldShowPlaceholder = false export let onEmployeeEdit: ((event: MouseEvent) => void) | undefined = undefined let container: HTMLElement @@ -38,7 +39,7 @@ onEdit={handlePersonEdit} {shouldShowAvatar} {shouldShowName} - shouldShowPlaceholder={true} + {shouldShowPlaceholder} /> {#if value?.$lookup?.statuses?.length}