Skip to content

Commit

Permalink
Remove unnecessary properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Oct 30, 2024
1 parent bee6900 commit ad52f41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/features/fba/components/viz/ElevationStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const ElevationStatus = ({ tpiStats }: ElevationStatusProps) => {
<Grid xs={12}>
<Box
sx={{
backgroundBlendMode: 'overlay',
backgroundColor: 'rgba(255, 255, 255, 0.6)',
background: `url(${Mountain})`,
backgroundRepeat: 'round',
display: 'flex',
Expand Down

0 comments on commit ad52f41

Please sign in to comment.