Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website 75 add links to respective floor plans to location aside #329

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added missing PropType for new field field_floor_plan
SalazarJosh committed Jan 28, 2025
commit 6f1a5e5a77e7f45c9252b91fb441d869d8119e9e
1 change: 1 addition & 0 deletions src/components/location-aside.js
Original file line number Diff line number Diff line change
@@ -174,6 +174,7 @@ LocationAside.propTypes = {
field_email: PropTypes.any,
field_phone_number: PropTypes.any,
relationships: PropTypes.shape({
field_floor_plan: PropTypes.array,
field_parent_location: PropTypes.shape({
relationships: PropTypes.shape({
field_parent_location: PropTypes.any