lint: remove useless comment

This commit is contained in:
George Lima 2018-12-15 19:34:59 -03:00
parent b2561e0f3c
commit 82e41053ca
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ export default (state: State = initialState, action: Action) => {
case LOAD_WALLET_SUMMARY:
return { ...state, isLoading: true };
case LOAD_WALLET_SUMMARY_SUCCESS:
// TODO: Get zec in dollars
return {
...state,
...action.payload,