Skip to content

Commit 758a229

Browse files
committed
removed animation as temporary fix
1 parent a1ce0e7 commit 758a229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/operation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default class Operation extends PureComponent {
176176
}
177177
</div>
178178

179-
<Collapse isOpened={shown} animated>
179+
<Collapse isOpened={shown}>
180180
<div className="opblock-body">
181181
{ deprecated && <h4 className="opblock-title_normal"> Warning: Deprecated</h4>}
182182
{ description &&

0 commit comments

Comments
 (0)