chore: update ConflictsWithWarning.tsx

This commit is contained in:
knownotunknown
2024-02-09 11:01:42 -06:00
committed by doprz
parent 93f3a307b4
commit 7dec3c0c2a

View File

@@ -2,7 +2,7 @@ import React from 'react';
import Text from '../Text/Text';
/**
* Props for PopupCourseBlock
* Props for ConflictWithWarningProps
*/
export interface ConflictsWithWarningProps {
ConflictingCourse: string;
@@ -10,7 +10,8 @@ export interface ConflictsWithWarningProps {
}
/**
* The "course block" to be used in the extension popup.
* The ConflictsWithWarning component is used to display a warning message when a course conflicts
* with another course as part of the labels and details section
*
* @param props ConflictsWithWarningProps
*/