From 0c46a70d9a2ce41f8a5123a2f7ea1bad09031a04 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 5 Aug 2019 11:42:39 +0300 Subject: [PATCH] + client: add prefix to the service icons --- .../Settings/Clients/ClientsTable.js | 2 +- .../src/components/Settings/Clients/Form.js | 2 +- .../src/components/Settings/Services/Form.js | 2 +- client/src/components/ui/Icons.js | 30 +++++++++---------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/client/src/components/Settings/Clients/ClientsTable.js b/client/src/components/Settings/Clients/ClientsTable.js index 1dae9146..1e98da08 100644 --- a/client/src/components/Settings/Clients/ClientsTable.js +++ b/client/src/components/Settings/Clients/ClientsTable.js @@ -141,7 +141,7 @@ class ClientsTable extends Component {
{value && value.length > 0 ? value.map(service => ( - + )) : '–'}
diff --git a/client/src/components/Settings/Clients/Form.js b/client/src/components/Settings/Clients/Form.js index ee267d94..58112401 100644 --- a/client/src/components/Settings/Clients/Form.js +++ b/client/src/components/Settings/Clients/Form.js @@ -180,7 +180,7 @@ let Form = (props) => { {SERVICES.map(service => ( { {SERVICES.map(service => ( ( - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +