Profile / Thread styles
This commit is contained in:
@ -18,6 +18,6 @@ export function useUserProfile(system: NostrSystem, pubKey?: HexKey): MetadataCa
|
||||
}
|
||||
};
|
||||
},
|
||||
() => system.ProfileLoader.Cache.getFromCache(pubKey)
|
||||
() => system.ProfileLoader.Cache.getFromCache(pubKey),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user