Update ConflictsWithWarning.tsx

This commit is contained in:
knownotunknown
2024-02-09 11:01:42 -06:00
parent dc19d3975a
commit ccf2c68340

View File

@@ -2,7 +2,7 @@ import React from 'react';
import Text from '../Text/Text'; import Text from '../Text/Text';
/** /**
* Props for PopupCourseBlock * Props for ConflictWithWarningProps
*/ */
export interface ConflictsWithWarningProps { export interface ConflictsWithWarningProps {
ConflictingCourse: string; 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 * @param props ConflictsWithWarningProps
*/ */