Skip to content

Commit

Permalink
remove reference to user
Browse files Browse the repository at this point in the history
  • Loading branch information
unify-master committed Jan 23, 2025
1 parent 1895df8 commit ebaade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function Header({
...props
}: Props) {
const device = useDevice();
const user = window.STOREFRONT.USER.getUser();
const user = 'teste';
return (
<header
style={{
Expand Down

0 comments on commit ebaade8

Please sign in to comment.