Remove switch of values in storybook of pairDevice

This commit is contained in:
Hristo Nedelkov 2023-09-05 10:05:49 +03:00
parent 4551e6dbb3
commit ce559f0c82
1 changed files with 5 additions and 1 deletions

View File

@ -17,5 +17,9 @@ export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {},
args: {
valueOf: () => {
return true
},
},
}