Skip to content

Account-card - component does not appear #144

@wirednkod

Description

@wirednkod

When a component is added to the titleProp it does not appear to the display. In order to workaround the bug the
style: { display: 'contents' } should be added to the title props.

See below:

const titleProps: TitleProps = {
    address: addresses.stash,
    component: (<div>something</div>),
     style: { display: 'contents' }, // This line should not be needed    
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions