Skip to content

Commit 96e090b

Browse files
committed
incorporate feedback
1 parent 909fb35 commit 96e090b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsx/Modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Modal extends Component {
107107
margin: 'auto',
108108
padding: 0,
109109
border: '1px solid #888',
110-
width: width ? width : '700px',
110+
width: width || '700px',
111111
boxShadow: '0 4px 8px 0 rbga(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)',
112112
transition: 'top 0.4s, opacity 0.4s',
113113
};

0 commit comments

Comments
 (0)