diff --git a/components/infoPage/infoBox/InfoBox.tsx b/components/infoPage/infoBox/InfoBox.tsx
index bda33ef..1fb2606 100644
--- a/components/infoPage/infoBox/InfoBox.tsx
+++ b/components/infoPage/infoBox/InfoBox.tsx
@@ -50,11 +50,11 @@ const InfoBox = () => {
-
boxShown ? boxShownClickHandler(false) : boxShownClickHandler(true)}>
+
boxShown ? boxShownClickHandler(false) : boxShownClickHandler(true)}>
>
)
}
-
+// ${openStreetView ? "flex" : "hidden"}
export default InfoBox
\ No newline at end of file
diff --git a/components/streetView/StreetInfo.tsx b/components/streetView/StreetInfo.tsx
index 0ebf7c6..7c6701a 100644
--- a/components/streetView/StreetInfo.tsx
+++ b/components/streetView/StreetInfo.tsx
@@ -14,7 +14,7 @@ const StreetInfo = ({ openStreetView }: Props) => {
return (
<>
{
- openStreetView &&
+ openStreetView &&
Rivington St & Suffolk St
diff --git a/components/streetView/StreetView.tsx b/components/streetView/StreetView.tsx
index a58cf4a..9ff71c3 100644
--- a/components/streetView/StreetView.tsx
+++ b/components/streetView/StreetView.tsx
@@ -101,9 +101,10 @@ const StreetView = () => {
changeStreetViewClickHandler('next')} />
+
{/* */}
-
+
>
)
}