Skip to content

Commit

Permalink
Apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 30, 2023
1 parent e70522c commit fd325da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export function getActionTitle(itemTitle: string, details: string | undefined, p

return (
<StyledSpan>
{itemTitle} <br/><strong>{details}</strong>
{itemTitle} <br />
<strong>{details}</strong>
</StyledSpan>
)
}
Expand Down

0 comments on commit fd325da

Please sign in to comment.