Skip to content

Commit

Permalink
fix: mapped task cache status
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
james-union committed Mar 7, 2023
1 parent 62bbafb commit a7a2440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ export const TaskNameList = ({
display: 'flex',
alignItems: 'center',
}}
key={taskLogName}
>
<Typography
variant="body1"
color={log.uri ? 'primary' : 'textPrimary'}
onClick={log.uri ? handleClick : undefined}
key={taskLogName}
className={log.uri ? styles.taskTitleLink : styles.taskTitle}
data-testid="map-task-log"
>
Expand Down

0 comments on commit a7a2440

Please sign in to comment.