Skip to content

Commit

Permalink
Missing parens in the Last deployment column (openshift#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithchong committed May 27, 2021
1 parent eface92 commit b26d562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const GitOpsTableRow: RowFunction<GitOpsAppGroupData> = (props) => {
<Timestamp timestamp={latestDeployedTime} />
</span>
</FlexItem>
<FlexItem>{latestDeployedEnv}</FlexItem>
<FlexItem>({latestDeployedEnv})</FlexItem>
</Flex>
) : (
<span>-</span>
Expand Down

0 comments on commit b26d562

Please sign in to comment.