Added author
This commit is contained in:
parent
5d145bd15a
commit
d1f0076988
1 changed files with 3 additions and 0 deletions
|
|
@ -171,6 +171,9 @@ export const MarketCardComponent = ({
|
|||
</div>
|
||||
</CardTitle>
|
||||
</div>
|
||||
<span className="text-xs text-primary">
|
||||
by <b>{data.user_created.first_name}</b>
|
||||
</span>
|
||||
<CardDescription className="pb-2 pt-2">
|
||||
<div className="truncate-doubleline">{data.description}</div>
|
||||
</CardDescription>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue