Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Jun 21, 2023
1 parent 80729e9 commit 5681d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ChallengeSubmissionWrapper = (props: ChallengeSubmissionWrapperProps) => {
return (
<ChallengeSubmission
projectId={projectId}
entityType={props.entityType}
entityType={props.entityType!}
pageSize={10}
/>
)
Expand Down

0 comments on commit 5681d32

Please sign in to comment.