From 8e3ce3cb27d8320737c17b15e44a78e63336ba56 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 1 Dec 2018 23:06:05 +0800 Subject: [PATCH] :lipstick: update code style --- components/mention/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/mention/index.tsx b/components/mention/index.tsx index 5795244277..fba68fe90e 100644 --- a/components/mention/index.tsx +++ b/components/mention/index.tsx @@ -55,7 +55,7 @@ class Mention extends React.Component { suggestions, }; } - return null + return null; } private mentionEle: any; @@ -147,5 +147,6 @@ class Mention extends React.Component { } } -polyfill(Mention) -export default Mention +polyfill(Mention); + +export default Mention;