Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fb5d2db
)
Fix the syntex error
52/14852/1
author
Taewan Kim
<t25.kim@samsung.com>
Thu, 28 Aug 2025 07:02:44 +0000
(16:02 +0900)
committer
Taewan 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
patch
|
blob
|
history
diff --git
a/src/components/home/status/ListModels.js
b/src/components/home/status/ListModels.js
index
567be02
..
a610dea
100644
(file)
--- a/
src/components/home/status/ListModels.js
+++ b/
src/components/home/status/ListModels.js
@@
-20,7
+20,9
@@
import React from 'react';
const ListModels = props => {
return (
+ <div>
🚧 Under Construction 🚧
+ </div>
);
};