Skip to content

Commit

Permalink
Merge pull request #507 from Enterprise-CMCS/master
Browse files Browse the repository at this point in the history
Release to val
  • Loading branch information
mdial89f authored Apr 11, 2024
2 parents 0b0b89f + 057311f commit 118e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/features/package/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DetailsContent: FC<{ id: string }> = ({ id }) => {
case undefined: // Some TEs have no authority
if (data._source.appkParent)
return "Appendix K Amendment Package Details";
else if (data._source.actionType)
else if (data._source.actionType == "Extend")
return "Temporary Extension Request Details";
else return undefined;
default:
Expand Down

0 comments on commit 118e100

Please sign in to comment.