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 8c484e6 commit 7406671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/attendance-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ const UserAttendanceHistory = () => {
display={'flex'}
justifyContent="space-between"
>
<Grid item xs={8}>
<Grid item xs={8} ref={searchRef}>
<Paper
component="form"
sx={{
Expand All @@ -673,7 +673,6 @@ const UserAttendanceHistory = () => {
boxShadow: 'none',
}}
onFocus={hadleScroolDown}
ref={searchRef}
>
<InputBase
value={searchWord}
Expand Down

0 comments on commit 7406671

Please sign in to comment.