Last active
September 4, 2019 09:23
-
-
Save JakeGinnivan/2a2136a256f0f5fd5bfc5a5311863ae2 to your computer and use it in GitHub Desktop.
Revisions
-
JakeGinnivan renamed this gist
Sep 4, 2019 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ function articleLoaded(id, article) { return { type: 'ARTICLE_LOADED', -
JakeGinnivan created this gist
Sep 4, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ js function articleLoaded(id, article) { return { type: 'ARTICLE_LOADED', payload: { id, article } } }