Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 41a82611

Přidáno uživatelem Jaroslav Hrubý před asi 2 roky(ů)

Refactoring

Zobrazit rozdíly:

webapp/components/modals/UserDocumentsModal.tsx
41 41
        if (state === EState.InProgress) {
42 42
            color = 'orange';
43 43
            label = 'Rozpracováno';
44
            icon = <SyncOutlined spin />;
44
            icon = <SyncOutlined />;
45 45
        }
46 46
        return (
47 47
            <Tag icon={icon} color={color} key={label}>

Také k dispozici: Unified diff