diff --git a/MobileApp/src/components/NotesSection.tsx b/MobileApp/src/components/NotesSection.tsx
index 535e55f157..3db7ac5826 100644
--- a/MobileApp/src/components/NotesSection.tsx
+++ b/MobileApp/src/components/NotesSection.tsx
@@ -9,7 +9,6 @@ import type { NoteItem } from "../api/types";
interface NotesSectionProps {
notes: NoteItem[] | undefined;
- noteModalVisible: boolean;
setNoteModalVisible: (visible: boolean) => void;
}
diff --git a/MobileApp/src/screens/AlertDetailScreen.tsx b/MobileApp/src/screens/AlertDetailScreen.tsx
index 1713c112f5..9feca34753 100644
--- a/MobileApp/src/screens/AlertDetailScreen.tsx
+++ b/MobileApp/src/screens/AlertDetailScreen.tsx
@@ -390,11 +390,7 @@ export default function AlertDetailScreen({ route }: Props): React.JSX.Element {
) : null}
{/* Internal Notes */}
-
+
+
+
+