Fix pool detail page on Firefox

This commit is contained in:
nymkappa
2022-03-09 16:30:45 +01:00
parent 192c61f9cb
commit 7957ca8f94
5 changed files with 55 additions and 24 deletions

View File

@@ -90,7 +90,7 @@ export interface PoolInfo {
export interface PoolStat {
pool: PoolInfo;
blockCount: number;
emptyBlocks: BlockExtended[];
emptyBlocks: number;
}
export interface BlockExtension {