chore: Update translations

This commit is contained in:
2023-09-05 14:23:04 +00:00
parent e05cfeaba9
commit 5fed053a73
58 changed files with 112 additions and 114 deletions

View File

@ -15,7 +15,7 @@ export function useInteractionCache(pubkey?: HexKey, event?: u256) {
const data =
useSyncExternalStore(
c => InteractionCache.hook(c, id),
() => InteractionCache.snapshot().find(a => a.id === id),
() => InteractionCache.snapshot().find(a => a.id === id)
) || EmptyInteraction;
return {
data: data,