Skip to content

Commit a1aedf5

Browse files
committed
style: Nits on the code
1 parent 4304af1 commit a1aedf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/studio-home/tabs-section/courses-tab

src/studio-home/tabs-section/courses-tab/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interface CardListProps {
4444
onClickNewCourse?: () => void;
4545
inSelectMode?: boolean;
4646
selectedCourseId?: string;
47-
migrationStatusWidget?: React.ComponentType<MigrationStatusProps> | null;
47+
migrationStatusWidget?: React.ComponentType<MigrationStatusProps>;
4848
}
4949

5050
const CardList = ({
@@ -152,7 +152,7 @@ interface Props {
152152
isShowProcessing?: boolean;
153153
selectedCourseId?: string;
154154
handleSelect?: (courseId: string) => void;
155-
cardMigrationStatusWidget?: React.ComponentType<MigrationStatusProps> | null;
155+
cardMigrationStatusWidget?: React.ComponentType<MigrationStatusProps>;
156156
}
157157

158158
export const CoursesList: React.FC<Props> = ({

0 commit comments

Comments
 (0)