Parcourir la source

fix Transactions

Joystream Stats il y a 2 ans
Parent
commit
b820075251
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  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>