Просмотр исходного кода

Merge pull request #1583 from visuddhinanda/agile

from: item.from,
visuddhinanda 2 лет назад
Родитель
Сommit
15da91e468
1 измененных файлов с 1 добавлено и 1 удалено
  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(),
           relation: item.relation,
           localRelation: item.local_relation,
-          from: item.to,
+          from: item.from,
           to: item.to,
           category: item.category,
           translation: item.local_ending,