Add unreported status

This commit is contained in:
Sam Carlton 2020-11-28 17:54:32 -06:00
parent a147ab15c3
commit 8012fcd92b
3 changed files with 14 additions and 3 deletions

View file

@ -2,5 +2,6 @@ export default {
'✅': 'native',
'✳️': 'rosetta',
'⏹': 'no-in-progress',
'🚫': 'no'
'🚫': 'no',
'🔶': 'unreported',
}