Explorar o código

fix Transactions

Joystream Stats %!s(int64=2) %!d(string=hai) anos
pai
achega
b820075251
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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>