Remove old comments and deprecated code snippets

This commit is contained in:
Daniel S. Hansen
2025-07-31 13:23:11 -07:00
parent fb096b403f
commit ee03a1d2f4
5 changed files with 5 additions and 38 deletions
@@ -8,7 +8,7 @@ const user = {
// avatar: "src\\assets\\user_profile.svg"
}
export default function Header({ view, setView, onChangeView }) {
export default function Header({ onChangeView }) {
const recipe = useRecipe({ key: "header" });
const styles = recipe();
@@ -23,8 +23,6 @@ export default function Header({ view, setView, onChangeView }) {
<UserAvatarMenu
name={user.name}
avatar={user.avatar}
view={ view }
setView={ setView }
onChangeView={ onChangeView }
/>
</Flex>