diff --git a/client/branded/src/global-styles/GlobalStylesStory/GlobalStyles.story.tsx b/client/branded/src/global-styles/GlobalStylesStory/GlobalStyles.story.tsx index df33a7cd598..84ed2a8f656 100644 --- a/client/branded/src/global-styles/GlobalStylesStory/GlobalStyles.story.tsx +++ b/client/branded/src/global-styles/GlobalStylesStory/GlobalStyles.story.tsx @@ -5,7 +5,6 @@ import { useState } from 'react' import { action } from '@storybook/addon-actions' -import { number } from '@storybook/addon-knobs' import { DecoratorFn, Meta, Story } from '@storybook/react' import classNames from 'classnames' import 'storybook-addon-designs' @@ -577,49 +576,66 @@ export const ListGroups: Story = () => ( ListGroups.storyName = 'List groups' -export const Meter: Story = () => { - const min = number('min', 0) - const max = number('max', 1) - const high = number('high', 0.8) - const low = number('low', 0.2) - const optimum = number('optimum', 1) - const value = number('value', 0.1) - - return ( - <> -
{''}
- {' '}
- element represents either a scalar value within a known range or a fractional value.
- {''}
+ {' '}
+ element represents either a scalar value within a known range or a fractional value.
+