Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
f1ec04892c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      rdev/hooks/Hooks.js

+ 2
- 2
rdev/hooks/Hooks.js View File

@@ -59,12 +59,12 @@ class CornerObj extends Component<Props> {
59 59
                 // {window.abc}
60 60
         return (
61 61
            <span className="jspan_c">
62
-           <span {this.props.children}>
63 62
            	
64
-           </span>
65 63
             </span>
66 64
         );
67 65
     }
66
+           // <span {this.props.children}>
67
+           // </span>
68 68
            // {this.props.children}
69 69
            // {this.props.children}
70 70
 

Loading…
Cancel
Save