Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b45d0300

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

draggable map marker pt1

re #9741

Zobrazit rozdíly:

frontend/src/features/Catalog/CatalogTable.tsx
125 125
            {mapValueOrDefault(item.countries?.join(', '))}
126 126
            {mapValueOrDefault(
127 127
                item.latitude && item.longitude
128
                    ? `${item.latitude.toFixed(2)}, ${item.longitude.toFixed(
129
                          2
130
                      )}`
128
                    ? `${item.latitude}, ${item.longitude}`
131 129
                    : undefined
132 130
            )}
133 131
            {mapValueOrDefault(
......
142 140
            {loading && !displayError ? <ContentLoading /> : null}
143 141
            {!loading && !displayError ? (
144 142
                <Fragment>
145
                    <TableContainer sx={{ minHeight: '65vh', maxHeight: '65vh' }}>
143
                    <TableContainer sx={{ minHeight: '60vh', maxHeight: '60vh' }}>
146 144
                        <Table
147 145
                            stickyHeader
148 146
                            sx={{ minWidth: 400 }}

Také k dispozici: Unified diff