This commit is contained in:
Christian Grothoff 2023-01-16 17:50:34 +01:00
parent e9a170d291
commit 4a104415fe
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ describe("All the examples:", () => {
const B = h(example.render.component, example.render.props); const B = h(example.render.component, example.render.props);
//FIXME: //FIXME:
//some components push the alter in the UI function //some components push the alter in the UI function
//that's not correct, should be moved into the sate function //that's not correct, should be moved into the state function
// until then, we ran the tests with the alert provider // until then, we ran the tests with the alert provider
return h(AlertProvider, { children: B }, B); return h(AlertProvider, { children: B }, B);
} }

View File

@ -299,7 +299,7 @@ function TransactionTemplate({
</header> </header>
<section> <section>
<i18n.Translate> <i18n.Translate>
Doing a cancelation while the transaction still active might Doing a cancellation while the transaction still active might
result in lost coins. Do you still want to cancel the result in lost coins. Do you still want to cancel the
transaction? transaction?
</i18n.Translate> </i18n.Translate>
@ -981,7 +981,7 @@ export function TransactionView({
text={transaction.exchangeBaseUrl as TranslatedString} text={transaction.exchangeBaseUrl as TranslatedString}
kind="neutral" kind="neutral"
/> />
{/* {transaction.pending && ( //pending is not-received {/* {transaction.pending && ( //pending is not-received
)} */} )} */}
<Part <Part
title={i18n.str`URI`} title={i18n.str`URI`}