Tech radar timeline component formatting #19222
Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
@@ -76,10 +76,10 @@ const RadarTimeline = (props: Props): JSX.Element => {
|
||||
''
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
<TableCell align="left" style={{ whiteSpace: 'nowrap' }}>
|
||||
{timeEntry.ring.name ? timeEntry.ring.name : ''}
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
<TableCell align="left" style={{ whiteSpace: 'nowrap' }}>
|
||||
{timeEntry.date.toLocaleDateString()
|
||||
? timeEntry.date.toLocaleDateString()
|
||||
: ''}
|
||||
|
||||
Reference in New Issue
Block a user