Skip to content

Commit

Permalink
Issue #220549 fix: Fixed alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Jun 4, 2024
1 parent 4a0a866 commit 8c484e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/attendance-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ const UserAttendanceHistory = () => {
setDisplayStudentList(updatedAttendanceList);
};

// const hadleScroolDown = () => {};
const hadleScroolDown = () => {};

return (
<Box minHeight="100vh" textAlign={'center'}>
Expand Down Expand Up @@ -672,7 +672,7 @@ const UserAttendanceHistory = () => {
background: theme.palette.warning.A700,
boxShadow: 'none',
}}
// onFocus={hadleScroolDown}
onFocus={hadleScroolDown}
ref={searchRef}
>
<InputBase
Expand Down

0 comments on commit 8c484e6

Please sign in to comment.