From e10fabc6d42f71601da0eebc628e3baa17d3e120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 30 Jun 2023 16:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E3=80=81?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/compenents/videoHour.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/course/compenents/videoHour.tsx b/src/pages/course/compenents/videoHour.tsx index 06d9c3a..0855dc1 100644 --- a/src/pages/course/compenents/videoHour.tsx +++ b/src/pages/course/compenents/videoHour.tsx @@ -56,7 +56,7 @@ export const HourCompenent: React.FC = ({ )}
- {title}{" "}({durationFormat(Number(duration))}) + {title} ({durationFormat(Number(duration))})