Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dcad7934

Přidáno uživatelem Lukáš Vlček před téměř 3 roky(ů)

Tag occurence marked as final - fixed

Zobrazit rozdíly:

webapp/components/annotation/AnnotationOccurrenceItem.tsx
64 64
        }
65 65

  
66 66
        if (isFinal) {
67
            const allAccepted =
68
                props.tag.occurrences.filter((o) => !o.isFinal).length === 0;
69
            if (allAccepted) {
67
            if (props.occurrence.isFinal) {
70 68
                return COLOR_OCCURRENCE_ACCEPTED;
71 69
            }
72 70
        }

Také k dispozici: Unified diff