diff --git a/ui/src/profiles-store.ts b/ui/src/profiles-store.ts index d0355550..6aff4710 100644 --- a/ui/src/profiles-store.ts +++ b/ui/src/profiles-store.ts @@ -146,6 +146,7 @@ export class ProfilesStore { */ profiles = new LazyHoloHashMap( (profileHash: ActionHash) => ({ + profileHash, latestVersion: latestVersionOfEntrySignal(this.client, () => this.client.getLatestProfile(profileHash), ),