Skip to content

Commit

Permalink
Merge pull request #53 from MTUHIDE/transferCourse-uiBug
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored Nov 17, 2024
2 parents 1b22c74 + a89ef1a commit 1649658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transfer-courses-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TransferCoursesTable = observer(({onScrollToTop}: {onScrollToTop: () => vo
}, [store.transferCoursesState.filteredCourses.length, setPage]);

return (
<VStack w='min(100rem, 80%)'>
<VStack w='min(100rem, 90%)' h = 'min-content'>
<DataFilterStatsBar
isLoaded={store.transferCoursesState.hasData}
matched={store.transferCoursesState.filteredCourses.length.toLocaleString()}
Expand Down

0 comments on commit 1649658

Please sign in to comment.