You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a specific reason you're defining them inside your component? It's standard to define them outside, as there's no dependency on having them defined inside, and defining them outside can allow them to be exported or moved to a separate file if needed in the future.
The text was updated successfully, but these errors were encountered:
ProjectCatwalk/client/src/components/RelatedProducts/Modal.jsx
Line 76 in 88b5d24
Is there a specific reason you're defining them inside your component? It's standard to define them outside, as there's no dependency on having them defined inside, and defining them outside can allow them to be exported or moved to a separate file if needed in the future.
The text was updated successfully, but these errors were encountered: