Explorar o código

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

sw hai 1 mes
pai
achega
507ae3194b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"