| sx={{ pl: 2, py: 2 }} | sx={{ pl: 2, py: 2 }} | ||||
| > | > | ||||
| <ThumbBox item> | <ThumbBox item> | ||||
| {review.isSuccessfulSwap ? ( | |||||
| {review.isSuccessfulSwap === "DA" ? ( | |||||
| <ThumbUp color="success" /> | <ThumbUp color="success" /> | ||||
| ) : ( | ) : ( | ||||
| <ThumbDown color="error" /> | <ThumbDown color="error" /> |
| export const ThumbDown = styled(ThumbDownIcon)` | export const ThumbDown = styled(ThumbDownIcon)` | ||||
| position: relative; | position: relative; | ||||
| left: -8px; | left: -8px; | ||||
| top: 3px; | |||||
| ` | ` | ||||
| export const NoReviewsContainer = styled(Box)` | export const NoReviewsContainer = styled(Box)` | ||||
| ` | ` |