Переглянути джерело

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

sw 1 місяць тому
батько
коміт
507ae3194b
1 змінених файлів з 2 додано та 2 видалено
  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"