Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c0cf1dbc

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

coordinates fix

Zobrazit rozdíly:

frontend/src/features/Catalog/CatalogItemDetail.tsx
100 100
        },
101 101
        {
102 102
            rowName: 'Coordinates',
103
            items: [`${item?.longitude}°, ${item?.latitude}°`],
103
            items: item?.longitude && item?.latitude ? `${item?.latitude}°, ${item?.longitude}°` : '-, -',
104 104
        },
105 105
        {
106 106
            rowName: 'Certainty',

Také k dispozici: Unified diff