diff --git a/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/StakeHolderView.tsx b/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/StakeHolderView.tsx index 182c71e02a..dd5cce81ff 100644 --- a/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/StakeHolderView.tsx +++ b/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/StakeHolderView.tsx @@ -1,5 +1,3 @@ -import { Col, Row } from 'react-bootstrap'; - import EditButton from '@/components/common/EditButton'; import LoadingBackdrop from '@/components/common/LoadingBackdrop'; import { Section } from '@/components/common/Section/Section'; @@ -48,15 +46,7 @@ export const StakeHolderView: React.FunctionComponent = ( ) : null} -
- Interests - - } - > +
{groupedInterestProperties.length === 0 && legacyStakeHolders.length === 0 && (

There are no interest holders associated with this file.

@@ -91,15 +81,7 @@ export const StakeHolderView: React.FunctionComponent = (
-
- Non-interest Payees - - } - > +
{groupedNonInterestProperties.length === 0 && (

There are no non-interest payees associated with this file.

diff --git a/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/__snapshots__/StakeHolderView.test.tsx.snap b/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/__snapshots__/StakeHolderView.test.tsx.snap index 90b6859897..740e340828 100644 --- a/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/__snapshots__/StakeHolderView.test.tsx.snap +++ b/source/frontend/src/features/mapSideBar/acquisition/tabs/stakeholders/detail/__snapshots__/StakeHolderView.test.tsx.snap @@ -54,15 +54,7 @@ exports[`StakeHolderView component > renders as expected 1`] = `
-
-
- Interests -
-
+ Interests
renders as expected 1`] = `
-
-
- Non-interest Payees -
-
+ Non-interest Payees