瀏覽代碼

fix Transactions

Joystream Stats 2 年之前
父節點
當前提交
b820075251
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/components/Transactions/index.tsx

+ 0 - 9
src/components/Transactions/index.tsx

@@ -94,18 +94,9 @@ class Transactions extends React.Component<IProps, IState> {
                     <td onClick={() => this.accountTxFilterChanged(tx.from)}>
                       {getHandle(tx.from)}
                     </td>
-                    <td onClick={() => this.accountTxFilterChanged(tx.from)}>
-                      {mJoy(tx.fromBalance)}
-                    </td>
                     <td onClick={() => this.accountTxFilterChanged(tx.to)}>
                       {getHandle(tx.to)}
                     </td>
-                    <td onClick={() => this.accountTxFilterChanged(tx.to)}>
-                      {getHandle(tx.to)}
-                    </td>
-                    <td onClick={() => this.accountTxFilterChanged(tx.to)}>
-                      {mJoy(tx.toBalance)}
-                    </td>
                   </tr>
                 ))}
               </tbody>