Skip to content

Commit dc021f0

Browse files
committed
remove logout function
1 parent 645c394 commit dc021f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vite/src/layout/Dashboard/Header/HeaderContent/Profile

vite/src/layout/Dashboard/Header/HeaderContent/Profile/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default function Profile() {
122122
</Stack>
123123
</Stack>
124124
<Tooltip title="Logout">
125-
<IconButton size="large" sx={{ color: 'text.primary' }} onClick={handleLogout}>
125+
<IconButton size="large" sx={{ color: 'text.primary' }}>
126126
<LogoutOutlined />
127127
</IconButton>
128128
</Tooltip>

0 commit comments

Comments
 (0)