Skip to content

Commit

Permalink
fiz: zeva-1838 - supplementary report director save button (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim738745 authored Aug 21, 2023
1 parent 74e5c61 commit cb8ace3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ const SupplementaryDirectorDetails = (props) => {
</span>
<span className="right-content">
{CONFIG.FEATURES.SUPPLEMENTAL_REPORT.ENABLED &&
currentStatus === 'RECOMMENDED' && (
currentStatus === 'RECOMMENDED' &&
selectedTab === tabNames[2] && (
<Button
tooltip="only analysts can save reports at this stage"
buttonType="save"
Expand Down

0 comments on commit cb8ace3

Please sign in to comment.