fix: batch creation and UI details

This commit is contained in:
José Oliveira 2021-05-13 14:38:48 +01:00 committed by Josh Harvey
parent c83b3cda56
commit 3281df1a91
4 changed files with 20 additions and 14 deletions

View file

@ -10,7 +10,7 @@ const namespaces = {
COIN_ATM_RADAR: 'coinAtmRadar',
TERMS_CONDITIONS: 'termsConditions',
CASH_OUT: 'cashOut',
CASH_IN: 'cashInt',
CASH_IN: 'cashIn',
COMPLIANCE: 'compliance'
}