Skip to content

Commit

Permalink
fix(whatsNew metadata getLastViewed selector)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jul 2, 2018
1 parent 7182c33 commit e2f515a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ import { kvStorePath } from '../../paths'

export const getMetadata = path([kvStorePath, WHATSNEW])

export const getLastViewed = state => getMetadata(state).map(path(['value', 'whatsnew', 'lastviewed']))
export const getLastViewed = state => getMetadata(state).map(path(['value', 'lastViewed']))

0 comments on commit e2f515a

Please sign in to comment.