Skip to content

Commit

Permalink
hide add more info button
Browse files Browse the repository at this point in the history
  • Loading branch information
vladplesu committed Oct 6, 2023
1 parent 53f04f3 commit 57f6275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/BuildingDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Card, Skeleton, Row, Descriptions, Empty } from 'antd';
import { Trans } from '@lingui/macro';
import BuildingDetailsTitle from './BuildingDetailsTitle';
import BuildingDetailsFooter from './BuildingDetailsFooter';
// import BuildingDetailsFooter from './BuildingDetailsFooter';

const BuildingDetails = ({ onClose, isLoading, details }) => {
const detailsItems = details
Expand Down Expand Up @@ -53,7 +53,7 @@ const BuildingDetails = ({ onClose, isLoading, details }) => {
<Empty description={<Trans>Information missing</Trans>} />
</Row>
)}
<BuildingDetailsFooter />
{/* <BuildingDetailsFooter /> */}
</Skeleton>
</Card>
);
Expand Down

0 comments on commit 57f6275

Please sign in to comment.