Fix the syntex error 52/14852/1
authorTaewan Kim <t25.kim@samsung.com>
Thu, 28 Aug 2025 07:02:44 +0000 (16:02 +0900)
committerTaewan Kim <t25.kim@samsung.com>
Thu, 28 Aug 2025 07:02:44 +0000 (16:02 +0900)
An unexpected character issue is resolved.

Issue-ID: AIMLFW-184
Change-Id: I6259fe5bf02c3f3590d3f5684e5afaa7fac303c0
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
src/components/home/status/ListModels.js

index 567be02..a610dea 100644 (file)
@@ -20,7 +20,9 @@ import React from 'react';
 
 const ListModels = props => {
   return (
+    <div>
       ðŸš§ Under Construction ðŸš§
+    </div>
   );
 };