Skip to content

Commit

Permalink
fix : redirect path
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnagkmit committed Apr 29, 2024
1 parent 2136480 commit ae05e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/StudentHome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const StudentHome = () => {
rows={applicationData || []}
tableClassName="px-4 pb-4 h-full border-0"
onRowClick={() => {
navigate("complaints");
navigate("applications");
}}
/>
</Paper>
Expand Down

0 comments on commit ae05e58

Please sign in to comment.