use FormattedMessage for Iris account strings

This commit is contained in:
Martti Malmi
2023-10-01 15:38:31 +03:00
parent e191528c4c
commit 2efef99c95
8 changed files with 94 additions and 17 deletions

View File

@ -12,7 +12,7 @@ export interface KeyedHookFilter {
/**
* Dexie backed generic hookable store
*/
export abstract class FeedCache<TCached> {
export abstract class FeedCache<TCached> {
#name: string;
#hooks: Array<KeyedHookFilter> = [];
#snapshot: Array<TCached> = [];