added default and optional flex direction
This commit is contained in:
parent
f731826368
commit
a110179f8e
2 changed files with 13 additions and 6 deletions
|
@ -70,7 +70,7 @@ export default class PostCard extends React.Component<PostCardProps> {
|
|||
</StyledLink>
|
||||
</StyledTitle>
|
||||
<small>
|
||||
<TagList>
|
||||
<TagList direction="left">
|
||||
{this.props.postData.tags ? (
|
||||
this.props.postData.tags.map((tag) => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue