Skip to content

Commit

Permalink
revert proponent check
Browse files Browse the repository at this point in the history
  • Loading branch information
djnunez-aot committed Feb 18, 2025
1 parent dd16867 commit db1ab5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AddRequestNoteSection = ({
});

const { userType } = useAccount();
const isProponent = true;
const isProponent = userType === USER_TYPE.PROPONENT;

return (
<Box mt="1em">
Expand Down

0 comments on commit db1ab5b

Please sign in to comment.