Skip to content

Commit

Permalink
revert popup
Browse files Browse the repository at this point in the history
  • Loading branch information
pierromond committed Mar 27, 2024
1 parent d7b80c3 commit 0cae984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/components/project/map/Selected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const Selected: FC<{ mapId: "left" | "right" }> = ({ mapId }) => {
latitude={selected.clickedAt.lat}
onClose={() => setOpened(false)}
maxWidth={"50%"}
maxHeight ={"50%"}
>
<div className="d-flex flex-column">
{images.length > 1 && (
Expand Down

0 comments on commit 0cae984

Please sign in to comment.