summaryrefslogtreecommitdiffstats
path: root/browser/components/storybook/stories/shopping-message-bar.stories.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/storybook/stories/shopping-message-bar.stories.mjs')
-rw-r--r--browser/components/storybook/stories/shopping-message-bar.stories.mjs28
1 files changed, 13 insertions, 15 deletions
diff --git a/browser/components/storybook/stories/shopping-message-bar.stories.mjs b/browser/components/storybook/stories/shopping-message-bar.stories.mjs
index 7bc0895fd0..61b99d4d8d 100644
--- a/browser/components/storybook/stories/shopping-message-bar.stories.mjs
+++ b/browser/components/storybook/stories/shopping-message-bar.stories.mjs
@@ -15,21 +15,19 @@ export default {
component: "shopping-message-bar",
argTypes: {
type: {
- control: {
- type: "select",
- options: [
- "stale",
- "generic-error",
- "not-enough-reviews",
- "product-not-available",
- "product-not-available-reported",
- "thanks-for-reporting",
- "analysis-in-progress",
- "reanalysis-in-progress",
- "page-not-supported",
- "thank-you-for-feedback",
- ],
- },
+ control: { type: "select" },
+ options: [
+ "stale",
+ "generic-error",
+ "not-enough-reviews",
+ "product-not-available",
+ "product-not-available-reported",
+ "thanks-for-reporting",
+ "analysis-in-progress",
+ "reanalysis-in-progress",
+ "page-not-supported",
+ "thank-you-for-feedback",
+ ],
},
},
parameters: {