We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c7758 commit c9e328fCopy full SHA for c9e328f
pages/index.tsx
@@ -38,7 +38,7 @@ const Home: NextPage<HomePageProps> = ({ allCourseData }) => {
38
const theme = useTheme();
39
40
const courses = coursesArray.map((data, i) => ({ ...data, id: i }));
41
-
+
42
const columns: GridColDef[] = [
43
{
44
field: courseFields.NAME,
@@ -105,7 +105,6 @@ const Home: NextPage<HomePageProps> = ({ allCourseData }) => {
105
106
field: courseFields.ALIASES,
107
headerName: 'Aliases',
108
- flex: isDesktop ? 1 : 0,
109
},
110
];
111
return (
0 commit comments