-temporary fix to make webextension compile again
This commit is contained in:
parent
f3231ccdf9
commit
d112a5b6bc
@ -113,6 +113,8 @@ export function TransactionItem(props: { tx: Transaction }): VNode {
|
||||
pending={tx.pending}
|
||||
/>
|
||||
);
|
||||
default:
|
||||
throw Error("unsupported transaction type");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user