Explorar el Código

from: item.from,

visuddhinanda hace 2 años
padre
commit
05a88b7960
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/general/NissayaCardTable.tsx

+ 1 - 1
dashboard/src/components/general/NissayaCardTable.tsx

@@ -93,7 +93,7 @@ const NissayaCardTableWidget = ({ data }: IWidget) => {
           key: randomString(),
           key: randomString(),
           relation: item.relation,
           relation: item.relation,
           localRelation: item.local_relation,
           localRelation: item.local_relation,
-          from: item.to,
+          from: item.from,
           to: item.to,
           to: item.to,
           category: item.category,
           category: item.category,
           translation: item.local_ending,
           translation: item.local_ending,