import React from 'react'; import { TitleStyled, CharacterNameStyled, TextBoldStyled, PlaceholderStyled } from './CharacterStyle'; import { IOwnProps } from './types'; import StringUtils from '../../../../utils/string'; import If from '../if/If'; import IntlMessages from '../Intl-messages/IntlMessages'; export default ({ character }: IOwnProps) => ( }> {' '} {character.name} {' '} {character.starship.name}}} /> );