Skip to content

Commit

Permalink
Delete unnecessary elemennts from the ProductPage
Browse files Browse the repository at this point in the history
  • Loading branch information
grabinskij committed Dec 3, 2024
1 parent c57fb85 commit c000832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ProductPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const ProductPage = () => {
const [error, setError] = useState(null);

const isInitializedRef = useRef(false)
console.log('place', place)

const { productId } = useParams();

Expand Down

0 comments on commit c000832

Please sign in to comment.