Skip to content

Commit

Permalink
Switch (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: mheitman <mae_heitmann@brown.edu>
  • Loading branch information
mheitman and mheitman authored Jan 13, 2021
1 parent 98f26c4 commit b555efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/ImageViewer/story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ImageViewerDemo({ width, height, controlsBottom }: ImageViewerDemoProps
export default {
title: 'Core/ImageViewer',
parameters: {
inspectComponents: [ImageViewer, FilterControls, ZoomControls, RotateControls],
inspectComponents: [ImageViewer, ZoomControls, RotateControls, FilterControls],
},
};

Expand Down

0 comments on commit b555efd

Please sign in to comment.