Pārlūkot izejas kodu

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

sw 1 mēnesi atpakaļ
vecāks
revīzija
507ae3194b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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"