Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgodson committed Jan 31, 2018
1 parent 8db43b5 commit a584284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -32496,7 +32496,7 @@ var App = function (_Component) {
newState.campaigns.unshift(campaign);
});
var newId = loadedCampaigns.sort(function (a, b) {
return a.id - b.id;
return b.id - a.id;
})[0].id + 1;
newState.currentId = newId;

Expand Down

0 comments on commit a584284

Please sign in to comment.