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/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index 3ca7e0bf..955c1200 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -105,7 +105,7 @@ export default class App extends React.Component { const user = this.state.visitor; return ( - + <>
{user.uid > 0 ? @@ -169,7 +169,7 @@ export default class App extends React.Component {
} - + } - + ); } -- cgit v1.2.3