diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx
index 53a5d47f..a6cda934 100644
--- a/src/pages/notifications.jsx
+++ b/src/pages/notifications.jsx
@@ -2,6 +2,7 @@ import './notifications.css';
import { memo } from 'preact/compat';
import { useCallback, useEffect, useRef, useState } from 'preact/hooks';
+import { InView } from 'react-intersection-observer';
import { useSearchParams } from 'react-router-dom';
import { useSnapshot } from 'valtio';
@@ -454,15 +455,27 @@ function Notifications({ columnMode }) {
>
)}
{showMore && (
-
+
+
)}