Skip to content

Commit 4f6fde7

Browse files
committed
chore: clean up story
1 parent 82a82b6 commit 4f6fde7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/MasterMix/index.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
},
4646
};
4747

48-
function Template({
48+
export function Default({
4949
lossType = 'factorWithMinimum',
5050
lossValue = 0.1,
5151
minPositions = 2,
@@ -72,5 +72,3 @@ function Template({
7272

7373
return <MasterMix {...props} pipettingLoss={pipettingLoss} />;
7474
}
75-
76-
export const Default = Template;

0 commit comments

Comments
 (0)