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>