Parcourir la source

Merge pull request #1583 from visuddhinanda/agile

from: item.from,
visuddhinanda il y a 2 ans
Parent
commit
15da91e468
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,