瀏覽代碼

fixed proptype warning in dev test page

Skylsmoi 7 年之前
父節點
當前提交
c8a4aab5d2
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/index.dev.js

+ 1 - 2
src/index.dev.js 查看文件

@@ -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