From: Taewan Kim Date: Thu, 28 Aug 2025 07:02:44 +0000 (+0900) Subject: Fix the syntex error X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d09d930a987549c3bf96cd06f27d65efee049716;p=portal%2Faiml-dashboard.git Fix the syntex error An unexpected character issue is resolved. Issue-ID: AIMLFW-184 Change-Id: I6259fe5bf02c3f3590d3f5684e5afaa7fac303c0 Signed-off-by: Taewan Kim --- diff --git a/src/components/home/status/ListModels.js b/src/components/home/status/ListModels.js index 567be02..a610dea 100644 --- 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 ( +
🚧 Under Construction 🚧 +
); };