forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
14b2799f08
commit
4add2d1aff
151 changed files with 4561 additions and 3315 deletions
|
|
@ -45,11 +45,15 @@
|
|||
/>
|
||||
</Loading>
|
||||
{:else}
|
||||
|
||||
<WikidatapreviewWithLoading wikidataId={wikidataId} imageStyle="max-width: 8rem; width: unset; height: 8rem">
|
||||
<WikidatapreviewWithLoading
|
||||
{wikidataId}
|
||||
imageStyle="max-width: 8rem; width: unset; height: 8rem"
|
||||
>
|
||||
<div slot="extra">
|
||||
<Tr cls="thanks w-fit self-center" t={ t.matchPercentage
|
||||
.Subs({ match: Math.round(species.score * 100) })}/>
|
||||
<Tr
|
||||
cls="thanks w-fit self-center"
|
||||
t={t.matchPercentage.Subs({ match: Math.round(species.score * 100) })}
|
||||
/>
|
||||
</div>
|
||||
</WikidatapreviewWithLoading>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue