Skip to content

Commit

Permalink
RELESASE notes: example of update
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Oct 4, 2018
1 parent 8442f4e commit 8a8df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Release_notes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ReleaseNotes extends PureComponent /*:: <{}> */ {
0,
);
const newIpro = 1; // TODO: Take this value from the release notes.
const updates = []; // TODO: Take this value from the release notes.
const updates = [['SFLD', 4]]; // TODO: Take this value from the release notes.
const perType = content.interpro.types.reduce((agg, v) => {
agg[v.type] = v.count;
return agg;
Expand Down

0 comments on commit 8a8df9b

Please sign in to comment.