+ client: add prefix to the service icons
This commit is contained in:
committed by
Simon Zolin
parent
92cebd5b31
commit
0c46a70d9a
@@ -47,7 +47,7 @@ const Form = (props) => {
|
||||
{SERVICES.map(service => (
|
||||
<Field
|
||||
key={service.id}
|
||||
icon={service.id}
|
||||
icon={`service_${service.id}`}
|
||||
name={`blocked_services.${service.id}`}
|
||||
type="checkbox"
|
||||
component={renderServiceField}
|
||||
|
||||
Reference in New Issue
Block a user