Skip to content

Commit d2b36ba

Browse files
authored
Jsx Syntax error removed, added brackets
1 parent 75a1089 commit d2b36ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class Gallery extends Component {
305305
theme={this.props.theme}
306306
onClickThumbnail={this.getOnClickLightboxThumbnailFn()}
307307
showThumbnails={this.props.showLightboxThumbnails}
308-
...this.props.lightBoxProps
308+
{...this.props.lightBoxProps}
309309
/>
310310
</div>
311311
);

0 commit comments

Comments
 (0)