Skip to content

Commit 03041df

Browse files
author
Vesa Piittinen
committed
Add missing destructuring
1 parent 4e2b4ae commit 03041df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Tabbordion.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ class Tabbordion extends PureComponent {
296296
render() {
297297
// use destructuring to pick out props we don't need to pass to the rendered component
298298
const {
299+
animateContent,
299300
children,
300301
component: Component,
301302
bemModifiers,

0 commit comments

Comments
 (0)