Skip to content

Commit

Permalink
Readded profileHash
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 17, 2024
1 parent 28e06d7 commit 3c85429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/profiles-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export class ProfilesStore {
*/
profiles = new LazyHoloHashMap(
(profileHash: ActionHash) => ({
profileHash,
latestVersion: latestVersionOfEntrySignal(this.client, () =>
this.client.getLatestProfile(profileHash),
),
Expand Down

0 comments on commit 3c85429

Please sign in to comment.