Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Sep 4, 2024
1 parent 44ee2d8 commit d635fa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/force-ui.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '5685fb1bdd595e9f4a65');
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '823bc73153ebccca9cbf');
2 changes: 1 addition & 1 deletion dist/force-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/badge/badge.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
name: 'Variant',
description: 'Defines the style variant of the badge.',
control: 'select',
options: [ "neutral", "red", "yellow", "green", "blue", "inverse" ],
options: [ 'neutral', 'red', 'yellow', 'green', 'blue', 'inverse' ],
table: {
type: { summary: 'string' },
defaultValue: { summary: 'neutral' },
Expand Down

0 comments on commit d635fa7

Please sign in to comment.