use FormattedMessage for Iris account strings
This commit is contained in:
@ -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> = [];
|
||||
|
Reference in New Issue
Block a user