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