Skip to content

Commit

Permalink
perf(inbox): response templates ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baylag321 committed Oct 17, 2023
1 parent bacd774 commit 93c4571
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -180,8 +180,12 @@ class ResponseTemplateList extends React.Component<FinalProps, States> {
return (
<Template key={index} isLongName={object.name > 5}>
<RowTitle>
<h5>{object.brand.name}</h5>
<h5>{object.name}</h5>
<div>
<h5>{object.brand.name}</h5>
</div>
<div>
<h5>{object.name}</h5>
</div>
</RowTitle>
<TemplateBox>
<Actions>
Expand Down

0 comments on commit 93c4571

Please sign in to comment.