From 5b19f45899eda6066d8f0af40475d1bc6386f792 Mon Sep 17 00:00:00 2001 From: Yusuf Musleh Date: Wed, 8 May 2024 13:40:19 +0300 Subject: [PATCH] chore: linting --- src/course-unit/CourseUnit.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/course-unit/CourseUnit.jsx b/src/course-unit/CourseUnit.jsx index 508fc1a0ff..4eeca5ecd4 100644 --- a/src/course-unit/CourseUnit.jsx +++ b/src/course-unit/CourseUnit.jsx @@ -203,12 +203,11 @@ const CourseUnit = ({ courseId }) => { - { - taxonomiesEnabled && + {taxonomiesEnabled && ( - } + )}