Kaynağa Gözat

fix(patient): resolve issue where RIS and Protect button icons don't display due to spaces in names

sw 1 ay önce
ebeveyn
işleme
507ae3194b
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/pages/patient/components/ActionPanel.tsx

+ 2 - 2
src/pages/patient/components/ActionPanel.tsx

@@ -80,7 +80,7 @@ const ActionPanel: React.FC = () => {
         icon={
           <Icon
             module="module-patient"
-            name=" Protect"
+            name="Protect"
             userId="base"
             theme="default"
             size="2x"
@@ -98,7 +98,7 @@ const ActionPanel: React.FC = () => {
         icon={
           <Icon
             module="module-patient"
-            name=" RIS"
+            name="RIS"
             userId="base"
             theme="default"
             size="2x"