From bec5843fd6059fe25dcdc3e91352882aa1caa4d8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 28 Jun 2018 17:01:56 +0300 Subject: cleanup class names --- vnext/src/components/Contacts.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'vnext/src/components/Contacts.js') diff --git a/vnext/src/components/Contacts.js b/vnext/src/components/Contacts.js index aea537d4..509db3b3 100644 --- a/vnext/src/components/Contacts.js +++ b/vnext/src/components/Contacts.js @@ -28,16 +28,18 @@ export default class Contacts extends React.Component { const { pms } = this.state; const user = this.props.visitor; return ( -
- +
+
+
    + { + pms && pms.map((chat) => +
  • + +
  • + ) + } +
+
); } -- cgit v1.2.3