diff --git a/frontend/src/components/app-layout/NavUserProfile.tsx b/frontend/src/components/app-layout/NavUserProfile.tsx
index 8817977..f0d222e 100644
--- a/frontend/src/components/app-layout/NavUserProfile.tsx
+++ b/frontend/src/components/app-layout/NavUserProfile.tsx
@@ -2,7 +2,6 @@ import { useState } from "react";
import {
Avatar,
Button,
- Divider,
IconButton,
ListItemIcon,
Menu,
@@ -119,13 +118,6 @@ export default function NavUserProfile() {
transformOrigin={{ horizontal: "right", vertical: "top" }}
anchorOrigin={{ horizontal: "right", vertical: "bottom" }}
>
-
-