Skip to content

Commit

Permalink
!HOTFIX: 채팅룸 생성 테스트용 이메일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 20, 2024
1 parent 39b9b53 commit 110e23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ProductDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { HEIGHTS } from '@/styles/constants';
import * as G from '@/styles/globalStyles';

const USER_EMAIL_1 = '[email protected]';
const USER_EMAIL_2 = 'user2@example.com';
const USER_EMAIL_2 = 'francisco53@hotmail.com';

const ProductDetails = () => {
const navigate = useNavigate();
Expand Down

0 comments on commit 110e23d

Please sign in to comment.