mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
refactor: remove data-table component and related functionality
refactor: update sidebar item interface to use IconType refactor: modify nav-main and nav-ucenter components to use IconType refactor: delete unused nav-secondary component refactor: clean up user profile page logic and improve avatar handling refactor: remove section-cards component refactor: add icon type definition for better type safety
This commit is contained in:
@ -32,7 +32,7 @@ export default function ConsoleLayout({
|
||||
} else {
|
||||
setTitle("Title");
|
||||
}
|
||||
}, [pathname])
|
||||
}, [pathname, sideBarItems]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!user) {
|
||||
|
Reference in New Issue
Block a user