From ccf2c68340ff5ec2e8be8b0e11aec6b3419fdac3 Mon Sep 17 00:00:00 2001 From: knownotunknown <78577376+knownotunknown@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:01:42 -0600 Subject: [PATCH] Update ConflictsWithWarning.tsx --- .../common/ConflictsWithWarning/ConflictsWithWarning.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/components/common/ConflictsWithWarning/ConflictsWithWarning.tsx b/src/views/components/common/ConflictsWithWarning/ConflictsWithWarning.tsx index 7d4b32f2..6b9646c0 100644 --- a/src/views/components/common/ConflictsWithWarning/ConflictsWithWarning.tsx +++ b/src/views/components/common/ConflictsWithWarning/ConflictsWithWarning.tsx @@ -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 */