just-paja/improtresk-web

View on GitHub
src/polls/selectors/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const hasVoted = id =>
  global.localStorage && !!global.localStorage.getItem(`votedPoll${id}`)

export default { hasVoted }