Skip to content

Commit

Permalink
Merge pull request #1487 from NYPL/MLN-1304
Browse files Browse the repository at this point in the history
Added current user status
  • Loading branch information
gonuguntla authored Jan 7, 2025
2 parents 6a2a152 + 5557f09 commit 2ec0adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ export default function TeacherSetDetails(props) {
id="ts-order-submit"
buttonType="noBrand"
onClick={handleSubmit}
isDisabled={disabledButton}
isDisabled={currentUserStatus && disabledButton}
>
{" "}
Place order{" "}
Expand Down

0 comments on commit 2ec0adc

Please sign in to comment.