{bigAmount(entry.available)} {" "} {this.formatPending(entry)}
); }); const makeLink = (page: string, name: string) => { const url = chrome.extension.getURL(`/src/webex/pages/${page}`); return ; }; return ({i18n.str`Unknown event (${historyItem.type})`}
); } } class WalletHistory extends React.Component{i18n.str`Your wallet has no events recorded.`}
; } } function reload() { try { chrome.runtime.reload(); window.close(); } catch (e) { // Functionality missing in firefox, ignore! } } function confirmReset() { if (confirm("Do you want to IRREVOCABLY DESTROY everything inside your" + " wallet and LOSE ALL YOUR COINS?")) { wxApi.resetDb(); window.close(); } } function WalletDebug(props: any) { return (Debug tools: