Hide progress text when done (#3609)

This commit is contained in:
Ben Nguyen 2024-12-05 15:53:24 -08:00 committed by GitHub
parent f6a3e98ac3
commit 496d76e478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -478,7 +478,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
/>
{/if}
{/if}
{#if computingRetention}
<div>{computeRetentionProgressString}</div>
{/if}
</details>
</div>