<StyledTableCell> {connectedEmail.credentialInfoProvider.toUpperCase() === "IMAP" ? ( <Tooltip arrow title="IMAP provider support emails incoming and outgoing, not calendar functionalities" placement="top" classes={{ tooltip: classes.tooltip }} > <StyledChip style={statusChipColor("WARNING")}> {connectedEmail.credentialInfoProvider.toUpperCase()} </StyledChip> </Tooltip> ) : ( <StyledChip style={statusChipColor("WARNING")}> {connectedEmail.credentialInfoProvider.toUpperCase()} </StyledChip> )} </StyledTableCell>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter