Skip to content

Commit

Permalink
HOT Fix: spacing causing page crash
Browse files Browse the repository at this point in the history
  • Loading branch information
omranlm committed Mar 11, 2024
1 parent 5bc9139 commit 414d5ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/components/Layout/Feedback/FeedbackAOI.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ const FeedbackAOI = (props) => {
return (
<>
<Grid item md={12} className="card" marginBottom={1}>
<Tooltip title="For maximum model accuracy, the map features need to be aligned and complete in every TA."> <Typography sx={{ mt: 4, mb: 2 }} variant="h6" component="div">
<Tooltip title="For maximum model accuracy, the map features need to be aligned and complete in every TA.">
<Typography sx={{ mt: 4, mb: 2 }} variant="h6" component="div">
List of feedback for TAs{` (${data?.features.length})`}
</Typography>
</Tooltip>
Expand Down Expand Up @@ -358,7 +359,8 @@ const FeedbackAOI = (props) => {
</Demo>
{props.mapLayers && props.mapLayers.length === 0 && (
<Typography variant="body1" component="h2">
No TA yet. Start creating one by selecting Draw a rectangle, 3rd down at the top left.
No TA yet. Start creating one by selecting Draw a rectangle, 3rd
down at the top left.
</Typography>
)}
</Grid>
Expand Down

0 comments on commit 414d5ba

Please sign in to comment.