qa tags
This commit is contained in:
parent
c9680903cb
commit
cc20217677
1 changed files with 25 additions and 22 deletions
|
|
@ -39,6 +39,7 @@ export default function Question({
|
|||
downvotes,
|
||||
hasAcceptedAnswer,
|
||||
status,
|
||||
tags,
|
||||
title,
|
||||
text,
|
||||
upvotes,
|
||||
|
|
@ -92,6 +93,8 @@ export default function Question({
|
|||
label={hasAcceptedAnswer ? 'yes' : 'no'}
|
||||
size='small'
|
||||
/>
|
||||
<Typography display='inline' m={1}>Tags: {tags.join(', ')}</Typography>
|
||||
<br />
|
||||
<Button
|
||||
component={Link}
|
||||
to='../ask'
|
||||
|
|
|
|||
Reference in a new issue