Skip to content

Commit

Permalink
Fixed trade creation
Browse files Browse the repository at this point in the history
  • Loading branch information
yisus82 committed Apr 22, 2019
1 parent c95d8c7 commit 299c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/trades/store/trades.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class TradesState {

@Action(CreateTradeSuccess)
createTradeSucess({ dispatch }: StateContext<Trades>) {
dispatch(new Navigate(['/trades']));
dispatch(new GetTrades(1));
}

@Action([
Expand Down

0 comments on commit 299c7c7

Please sign in to comment.