From 4a2c8f76dd52d8d6f362466e3bc92f8f9260eb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Sun, 4 Nov 2018 21:33:55 -0200 Subject: [PATCH] Add contact info at merchants table --- src/components/pages/MerchantsPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pages/MerchantsPage.js b/src/components/pages/MerchantsPage.js index 0afe1cb..4875c04 100644 --- a/src/components/pages/MerchantsPage.js +++ b/src/components/pages/MerchantsPage.js @@ -54,6 +54,7 @@ const mapsStyles = { const columnData = [ { id: 'name', numeric: false, disablePadding: true, label: 'Name' }, + { id: 'phone', numeric: false, disablePadding: true, label: 'Contact' }, { id: 'address', numeric: false, disablePadding: true, label: 'Address' }, { id: 'location', numeric: false, disablePadding: false, label: 'Location' }, { id: 'map', numeric: false, disablePadding: false, label: 'Maps', disableSearch: true}