Merged in master (pull request #981)

Master
This commit is contained in:
Patrick Fic
2023-09-15 19:57:46 +00:00
19 changed files with 311 additions and 170 deletions

View File

@@ -254,7 +254,7 @@ function Header({
onClick={() => {
setCardPaymentContext({
actions: {},
context: null,
context: {},
});
}}
icon={<Icon component={FaCreditCard} />}