clean applications presenter

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-27 10:44:58 +02:00
parent eedd1f81bb
commit d805f87df7
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -31,18 +31,7 @@
{#if value.applications && value.applications > 0}
<Tooltip label={'Applications'} component={ApplicationsPopup} props={{ value: value }}>
<div class="flex-row-center">
<div class="icon"><IconFile size={'small'} /></div>
{value.applications}
<IconFile size={'small'} />&nbsp;{value.applications}
</div>
</Tooltip>
{/if}
<style lang="scss">
.icon {
margin-right: .25rem;
transform-origin: center center;
transform: scale(.75);
opacity: .6;
}
</style>