Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 2x | export const documentsMock = [ { iddms: '356451647_20161128', description: 'ATTESTATIONS_CERTIFICATS', date: '2017-12-06T14:04:50.052Z', seen: false, documentFilterType: 'ATTESTATIONS_CERTIFICATS', }, { iddms: '226451647_20161128', description: 'FACTURES', date: '2017-11-06T14:04:50.052Z', seen: true, documentFilterType: 'FACTURES', }, { iddms: '336451647_20161128', description: 'DECOMPTES_PRESTATIONS', date: '2017-12-06T14:04:50.052Z', seen: false, documentFilterType: 'DECOMPTES_PRESTATIONS', }, ]; |