Skip to content

Commit db97816

Browse files
committed
test story change to ensure chromatic triggers
1 parent db76862 commit db97816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/victory-pie.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Data = () => {
3939
<VictoryPie
4040
style={parentStyle}
4141
data={[
42-
{ x: "Cat", y: 62 },
42+
{ x: "Cat", y: 63 },
4343
{ x: "Dog", y: 91 },
4444
{ x: "Fish", y: 55 },
4545
{ x: "Bird", y: 55 }

0 commit comments

Comments
 (0)