Skip to content

Commit

Permalink
tech(map): add a comment on map issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenathan committed Apr 25, 2022
1 parent 3dae425 commit 864d3df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const Property = ({
{loading ? (
<Skeleton variant="text" width="100%" />
) : (
// Use simple div because MUI Box components have performance issues
// https://github.com/mui/material-ui/issues/21657#issuecomment-707140999
<div style={{ display: 'flex', flexDirection: 'column' }}>
<Title variant="caption">{label}</Title>
<ValueComponent secondary={secondary} url={url} value={value} />
Expand Down

0 comments on commit 864d3df

Please sign in to comment.