Skip to content

Commit

Permalink
fix: removed error causing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam committed Oct 13, 2024
1 parent 386fec0 commit 77d09c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function Rolepage() {
</div> */}
{nextPage &&
(nextPage === "select-college" ? (
<CollegePage selectedRole={selectedRoleId} />
<CollegePage />
) : (
<CompanyPage selectedRole={selectedRoleId} />
))}
Expand Down

0 comments on commit 77d09c1

Please sign in to comment.