Skip to content

Commit

Permalink
[Fleet] Fix version on agent details screen (#94867)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Mar 18, 2021
1 parent 34b6267 commit 85d5f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const AgentDetailsOverviewSection: React.FunctionComponent<{
<LinkAndRevision
href={getHref('policy_details', { policyId: agentPolicy.id })}
title={agentPolicy.name || agent.policy_id}
revision={agentPolicy.revision}
revision={agent.policy_revision || undefined}
>
{agentPolicy.name || agentPolicy.id}
</LinkAndRevision>
Expand Down

0 comments on commit 85d5f40

Please sign in to comment.