feat: add stories without title and value for act card

This commit is contained in:
RadoslavDimchev 2023-08-30 12:06:43 +03:00
parent fa92902f6c
commit 37ce0b3f71
1 changed files with 14 additions and 0 deletions

View File

@ -66,3 +66,17 @@ export const ValidatorQueue: Story = {
value: '92603',
},
}
export const WithoutTitle: Story = {
args: {
text: '',
value: '1',
},
}
export const WithoutValue: Story = {
args: {
text: 'Title',
value: '',
},
}