{numResults > 0 && (
diff --git a/client/src/pages/insights/Show.js b/client/src/pages/insights/Show.js
index 1f34f5c628..0eaed8df4e 100644
--- a/client/src/pages/insights/Show.js
+++ b/client/src/pages/insights/Show.js
@@ -12,8 +12,8 @@ import Fieldset from "components/Fieldset"
import FutureEngagementsByLocation from "components/FutureEngagementsByLocation"
import Messages from "components/Messages"
import {
- PageDispatchersPropType,
mapPageDispatchersToProps,
+ PageDispatchersPropType,
useBoilerplate
} from "components/Page"
import PendingApprovalReports from "components/PendingApprovalReports"
diff --git a/client/src/pages/organizations/Show.js b/client/src/pages/organizations/Show.js
index 7d6fb2c74f..e46589840b 100644
--- a/client/src/pages/organizations/Show.js
+++ b/client/src/pages/organizations/Show.js
@@ -184,19 +184,35 @@ const OrganizationShow = ({ pageDispatchers }) => {
: null
const isMyOrg = myOrg && organization.uuid === myOrg.uuid
const orgSubNav = (
-