diff --git a/packages/presentation/src/components/SearchResult.svelte b/packages/presentation/src/components/SearchResult.svelte index 21c7c78b95..d832e5c07c 100644 --- a/packages/presentation/src/components/SearchResult.svelte +++ b/packages/presentation/src/components/SearchResult.svelte @@ -30,12 +30,14 @@ {/if} {#if iconComponent} - {#await getResource(iconComponent) then component} - - {/await} +
+ {#await getResource(iconComponent) then component} + + {/await} +
{/if} - + {#if value.shortTitle !== undefined} {value.shortTitle} {/if} @@ -44,6 +46,9 @@