Web: Components: Fixed type error at base ContentRow story

This commit is contained in:
Ilya Oleshko 2019-07-29 11:26:33 +03:00
parent 47fd44211a
commit 539cd1fc7a

View File

@ -28,7 +28,7 @@ storiesOf('Components|ContentRow', module)
contextOptions={contextButton ? [
{key: 'key1', label: 'Edit', onClick: () => console.log('Context action: Edit')},
{key: 'key2', label: 'Delete', onClick: () => console.log('Context action: Delete')}
] : ''}
] : []}
>
<Text.Body truncate={true} >{text('content', '')}</Text.Body>
</ContentRow>