CFE-18 description added to call history
This commit is contained in:
@@ -36,6 +36,19 @@ const Topics = ({historyItem}) => {
|
||||
</Box>
|
||||
</ListItem>
|
||||
</List>
|
||||
{historyItem.description ? <List component="div" disablePadding>
|
||||
<ListItem sx={{px: 4}}>
|
||||
<Box sx={{width: "100%", display: "flex", flexDirection: "column"}}>
|
||||
<Typography variant="subtitle2" sx={{color: "#837e7e"}}>
|
||||
{t("CallHistory.description")}:
|
||||
</Typography>
|
||||
<Typography variant="subtitle2" sx={{color: "#837e7e", px: 2}}>
|
||||
{historyItem.description}
|
||||
</Typography>
|
||||
</Box>
|
||||
</ListItem>
|
||||
</List> : ""}
|
||||
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user