Skip to content

Commit 658fa39

Browse files
author
Jimmy Jia
committed
[fixed] Remove unused variable
1 parent dbb36a2 commit 658fa39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/ReactPlayground.js

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class CodeMirrorEditor extends React.Component {
141141
let editor;
142142

143143
if (IS_MOBILE) {
144-
let preStyles = {overflow: 'scroll'};
145144
editor = (
146145
<CodeExample
147146
mode='javascript'

0 commit comments

Comments
 (0)