diff --git a/assets/js/components/App.tsx b/assets/js/components/App.tsx
index d8152337..542dc86a 100644
--- a/assets/js/components/App.tsx
+++ b/assets/js/components/App.tsx
@@ -9,9 +9,6 @@ const Dashboard = React.lazy(() => import("./Dashboard/Dashboard"));
const PlacesPage = React.lazy(() => import("./Dashboard/PlacesPage"));
const AlertsPage = React.lazy(() => import("./Dashboard/AlertsPage"));
const AlertDetails = React.lazy(() => import("./Dashboard/AlertDetails"));
-const PendingScreensPage = React.lazy(
- () => import("./Dashboard/PendingScreensPage")
-);
class AppRoutes extends React.Component {
render() {
@@ -33,8 +30,6 @@ class AppRoutes extends React.Component {
}>
}>
}>
- }>
- >}>
diff --git a/assets/js/components/Dashboard/PendingScreensPage.tsx b/assets/js/components/Dashboard/PendingScreensPage.tsx
deleted file mode 100644
index 2ea03dd0..00000000
--- a/assets/js/components/Dashboard/PendingScreensPage.tsx
+++ /dev/null
@@ -1,11 +0,0 @@
-import React, { ComponentType } from "react";
-
-const PendingScreensPage: ComponentType = () => {
- return (
-
- );
-};
-
-export default PendingScreensPage;
diff --git a/assets/js/components/Dashboard/Sidebar.tsx b/assets/js/components/Dashboard/Sidebar.tsx
index 1ac5f868..626c2a5e 100644
--- a/assets/js/components/Dashboard/Sidebar.tsx
+++ b/assets/js/components/Dashboard/Sidebar.tsx
@@ -5,8 +5,6 @@ import {
CollectionFill,
ExclamationTriangleFill,
PersonFill,
- PlusLg,
- ClockFill,
} from "react-bootstrap-icons";
import TSquare from "../../../static/images/t-square.svg";
@@ -41,20 +39,6 @@ const Sidebar: ComponentType = () => {
Posted Alerts
-
-
-
-
-
-
{/* This button slightly different to trigger a reload */}