mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add space after Resolve (#2763)
This commit is contained in:
parent
2902da76ca
commit
d6ab0615f8
1 changed files with 1 additions and 2 deletions
|
|
@ -283,8 +283,7 @@ const WelcomeHost = (): JSX.Element => {
|
|||
<p>{currentPolicyShown?.query_description}</p>
|
||||
{currentPolicyShown?.resolution && (
|
||||
<p>
|
||||
<b>Resolve:</b>
|
||||
{currentPolicyShown.resolution}
|
||||
<b>Resolve:</b> {currentPolicyShown.resolution}
|
||||
</p>
|
||||
)}
|
||||
<div className="done">
|
||||
|
|
|
|||
Loading…
Reference in a new issue