Skip to content

Commit

Permalink
fix: correct one of the identical sub-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Feb 12, 2025
1 parent 7095261 commit d2ede86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manage/project/outcomes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const OutcomesPage = () => {
))}
</ul>

{project && project && (
{project && (
<CreateModal
isOpen={modalType === ModalTypeEnum.Edit}
onClose={() => setModalType(null)}
Expand Down

0 comments on commit d2ede86

Please sign in to comment.