Merge branch 'exporter-bug-fix' into 'master'

Exporter bug fix

See merge request NvlblNm/wayfarer!22
This commit is contained in:
Nvlbl Nm 2023-01-30 05:47:46 +00:00
commit bf9f952ab2

View File

@ -534,6 +534,8 @@ function init() {
const submitted = allData.filter(
(c) =>
c.status === 'submitted' ||
c.status === 'voting' ||
c.status === 'NIANTIC_REVIEW' ||
c.status === 'potential' ||
c.status === 'held' ||
c.status === 'rejected' ||