Add contact card to admin

This commit is contained in:
Rafael Taranto 2019-02-25 10:52:05 -03:00 committed by Josh Harvey
parent 163473a7ee
commit d345cc018c
4 changed files with 73 additions and 4 deletions

View file

@ -156,7 +156,7 @@ determineConfigCategory : String -> Maybe Category
determineConfigCategory configCode =
if List.member configCode [ "definition", "setup", "cashOut", "commissions", "balanceAlerts" ] then
Just MachineSettingsCat
else if List.member configCode [ "walletSettings", "notifications", "compliance", "coinAtmRadar", "terms" ] then
else if List.member configCode [ "walletSettings", "notifications", "compliance", "coinAtmRadar", "terms", "operatorInfo" ] then
Just GlobalSettingsCat
else
Nothing
@ -252,6 +252,7 @@ view route invalidGroups =
, configLink "compliance" "Compliance"
, configLink "coinAtmRadar" "Coin ATM Radar"
, configLink "terms" "Terms and Conditions"
, configLink "operatorInfo" "Operator Info"
]
, ll ( "Third Party Services", AccountCat, AccountRoute "bitgo", True )
[ ( "BitGo", AccountRoute "bitgo", True )