Skip to content

Commit

Permalink
Merge branch '#1419-snapshotFixes' of https://github.com/m2ms/fragaly…
Browse files Browse the repository at this point in the history
…sis-frontend into #1419-snapshotFixes
  • Loading branch information
boriskovar-m2ms committed Jul 22, 2024
2 parents d18e7da + 05c4378 commit 2735617
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1273,12 +1273,18 @@ const ObservationCmpView = memo(
return (
<>
<Grid
ref={node => {
if (outsideRef) {
outsideRef(data.id, node);
}
ref.current = node;
}}
container
justifyContent="space-between"
direction="row"
className={classes.container}
wrap="nowrap"
ref={ref}
// ref={ref}
>
{/* Site number */}
<Grid item container justifyContent="space-between" direction="column" className={classes.site}>
Expand Down

0 comments on commit 2735617

Please sign in to comment.