diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx index c30339b..e1824e9 100644 --- a/app/components/ActivityFeed.tsx +++ b/app/components/ActivityFeed.tsx @@ -1540,37 +1540,6 @@ export default function ActivityFeed() {

)} - - {/* Status Footer */} -
-
-
- - {data.status.text === "dnd" - ? "Nicht stören" - : data.status.text === "online" - ? "Online" - : data.status.text === "offline" - ? "Offline" - : data.status.text === "away" - ? "Abwesend" - : data.status.text} - -
- - Updates every 30s - -
)}