From 1068ba623d2f8b6f7e89f5a4db2c9a54f20a26f0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 28 Aug 2018 16:06:30 +0300 Subject: React.Fragment short syntax (requires babel 7) --- vnext/src/components/Settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/components/Settings.js') diff --git a/vnext/src/components/Settings.js b/vnext/src/components/Settings.js index 2f03671f..44f02902 100644 --- a/vnext/src/components/Settings.js +++ b/vnext/src/components/Settings.js @@ -161,7 +161,7 @@ export default class Settings extends React.Component { { me.emails && - + <> {/** email_off **/}
You can receive notifications to email:
@@ -179,7 +179,7 @@ export default class Settings extends React.Component { {/** /email_off **/}

 

You can post to Juick via e-mail. Send your plain text messages to juick@juick.com. You can attach one photo or video file.

- + }
-- cgit v1.2.3