visuddhinanda 3 лет назад
Родитель
Сommit
78901d1b9e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/components/template/Wbw/WbwDetailFm.tsx

+ 2 - 2
dashboard/src/components/template/Wbw/WbwDetailFm.tsx

@@ -149,7 +149,7 @@ const WbwDetailFmWidget = ({
         <Space size={0} key="space">
           {factorMeaning.map((item, index) => {
             return (
-              <>
+              <span key={index}>
                 <WbwFactorMeaningItem
                   key={index}
                   pali={factors[index]}
@@ -188,7 +188,7 @@ const WbwDetailFmWidget = ({
                     />
                   </>
                 )}
-              </>
+              </span>
             );
           })}
         </Space>