Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Aug 31, 2021
1 parent 9cd0348 commit 529d3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-stream-gallery/1.0/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function BentoStreamGalleryWithRef(props, ref) {

const BentoStreamGallery = forwardRef(BentoStreamGalleryWithRef);
BentoStreamGallery.displayName = 'StreamGallery'; // Make findable for tests.
export { BentoStreamGallery };
export {BentoStreamGallery};

/**
* @param {!BentoStreamGalleryDef.ArrowProps} props
Expand Down

0 comments on commit 529d3ec

Please sign in to comment.