Skip to content

Commit

Permalink
fix(vx-demo/Gallery): Add function name to fix jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed May 2, 2020
1 parent 1f516ed commit b6a85ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-demo/src/components/Gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const items = [
const tiltOptions = { max: 8, scale: 1 };
const detailsHeight = 76;

export default function() {
export default function Gallery() {
return (
<div>
<div className="gallery">
Expand Down

0 comments on commit b6a85ec

Please sign in to comment.