Browse Source

fixed proptype warning in dev test page

Skylsmoi 7 years ago
parent
commit
c8a4aab5d2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/index.dev.js

+ 1 - 2
src/index.dev.js View File

@@ -20,13 +20,12 @@ ReactDOM.render(
20 20
       onClickCloseBtn={() => {}}
21 21
     />
22 22
 
23
-    <BtnSwitch />
24
-
25 23
     <PopinFixedOption customClass={`${'randomClass'}`} />
26 24
 
27 25
     <PopinFixedContent customClass={`${'randomClass'}__contentpage`}>
28 26
       <div>
29 27
         <span>Here will be the app content. Style is handled by the app (obviously)</span>
28
+        <BtnSwitch />
30 29
         <TextAreaApp customClass={'randomClass'} />
31 30
       </div>
32 31