Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivani170 authored and Elessar1802 committed Feb 23, 2024
1 parent 51f0dcf commit 4f28c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/app/details/triggerView/cdMaterial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ const getInitialSelectedConfigToDeploy = () => {
)
}

const renderTriggerViewConfifDiff = () => {
const renderTriggerViewConfigDiff = () => {
if (state.checkingDiff) {
return <Progressing pageLoader />
}
Expand Down Expand Up @@ -2142,7 +2142,7 @@ const getInitialSelectedConfigToDeploy = () => {
}}
>
{showConfigDiffView && canReviewConfig()
? renderTriggerViewConfifDiff()
? renderTriggerViewConfigDiff()
: renderMaterialList(isApprovalConfigured)}
</div>
)
Expand Down

0 comments on commit 4f28c6b

Please sign in to comment.