Skip to content

Commit

Permalink
Build and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Sep 5, 2024
1 parent 30ac82e commit 0750d06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/badge/badge.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Neutral = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

Expand All @@ -96,7 +96,7 @@ export const Red = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

Expand All @@ -108,7 +108,7 @@ export const Yellow = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

Expand All @@ -120,7 +120,7 @@ export const Green = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

Expand All @@ -132,7 +132,7 @@ export const Blue = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

Expand All @@ -144,6 +144,6 @@ export const Inverse = {
size: 'sm',
label: 'Badge',
onClose: fn(),
onMouseDown: fn()
onMouseDown: fn(),
},
};

0 comments on commit 0750d06

Please sign in to comment.