From: Taewan Kim Date: Fri, 27 Jun 2025 10:59:42 +0000 (+0900) Subject: Fix the alignment issue where the DME value in the cell is top aligned X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F14619%2F3;p=portal%2Faiml-dashboard.git Fix the alignment issue where the DME value in the cell is top aligned It is fixed to center. Change-Id: I0afc2faa3d487ef05564aea5e938fe525dc65843 Signed-off-by: Taewan Kim --- diff --git a/src/components/home/status/ListFeatureGroup.js b/src/components/home/status/ListFeatureGroup.js index 44f7038..65b26e3 100644 --- a/src/components/home/status/ListFeatureGroup.js +++ b/src/components/home/status/ListFeatureGroup.js @@ -95,8 +95,8 @@ const ListFeatureGroup = props => { }; const handleDme = dme => { - if (dme === true) return

Enabled

; - else return

Disabled

; + if (dme === true) return
Enabled
; + else return
Disabled
; }; const columns = useMemo(