{bigAmount(entry.available)} {" "} {this.formatPending(entry)}
); }); let link = chrome.extension.getURL("/src/pages/auditors.html"); let linkElem = Trusted Auditors and Exchanges; let paybackLink = chrome.extension.getURL("/src/pages/payback.html"); let paybackLinkElem = Trusted Auditors and Exchanges; 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?")) { chrome.runtime.sendMessage({type: "reset"}); window.close(); } } function WalletDebug(props: any) { return (Debug tools: