Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Jan 21, 2025
1 parent 2173e73 commit 6583b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/app/applications/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,8 @@ export function hydrationStatusMessage(app: appModels.Application) {
<span>
from{' '}
<Revision repoUrl={drySource.repoURL} revision={dryCommit || drySource.targetRevision}>
{drySource.targetRevision}{dryCommit && ' (' + dryCommit.substr(0, 7) + ')'}
{drySource.targetRevision}
{dryCommit && ' (' + dryCommit.substr(0, 7) + ')'}
</Revision>
<br />
to{' '}
Expand Down

0 comments on commit 6583b76

Please sign in to comment.