SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/observation_matrices/matrix_column_coder/store/getters/doesRowObjectNeedCountdown.js

Summary

Maintainability
A
0 mins
Test Coverage
export default state =>
  rowObjectId => state.rowObjects.find(d => d.id === rowObjectId)?.needsCountdown