Skip to content

Commit

Permalink
it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneymeza committed Dec 7, 2023
1 parent 3f493ac commit 59ae5e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions front/src/components/Maps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ export default function Maps() {
};

return (
<div className="maps">
<div >
<div>
<MapBox updateHistory={updateHistory} history={history} mode={mode} />
</div>

{/* Our input comes before our history so that users can scroll down
to view the history */}
<div className="bottom">
{/* <div className="bottom"> */}
<hr aria-hidden="true"></hr>
{/* <MapsInput
updateHistory={updateHistory}
Expand All @@ -51,6 +51,6 @@ export default function Maps() {
/> */}
{/* <MapsHistory history={history} mode={mode} /> */}
</div>
</div>
// </div>
);
}
2 changes: 1 addition & 1 deletion front/src/components/Maps/MapBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function MapBox(props: MapBoxprops) {

return (
<div className="maps">
<div className="maps-items">
<div className="map-items">
<div className="left">
<RadioButtonGroup onChange={swtichVisibility} />
</div>
Expand Down

0 comments on commit 59ae5e5

Please sign in to comment.