fix: os card story props
This commit is contained in:
parent
340cb69107
commit
0a11024d23
|
@ -16,7 +16,6 @@ export const MacOS: Story = {
|
|||
args: {
|
||||
icon: '/icons/apple-logo.svg',
|
||||
name: MAC,
|
||||
isSelected: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -24,7 +23,6 @@ export const Linux: Story = {
|
|||
args: {
|
||||
icon: '/icons/linux-logo.svg',
|
||||
name: LINUX,
|
||||
isSelected: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -32,7 +30,6 @@ export const Windows: Story = {
|
|||
args: {
|
||||
icon: '/icons/windows-logo.svg',
|
||||
name: WINDOWS,
|
||||
isSelected: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -40,6 +37,5 @@ export const NotSelectedMacOS = {
|
|||
args: {
|
||||
icon: '/icons/apple-logo.svg',
|
||||
name: MAC,
|
||||
isSelected: false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue