Skip to content

Commit

Permalink
Merge pull request #217 from JpnShop/API-#209
Browse files Browse the repository at this point in the history
feat: https서버에러 해결
  • Loading branch information
0seo8 authored Oct 17, 2022
2 parents 429fe02 + 5ef9de3 commit 282a3a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>
<!-- 오픈 그래프 -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="オヌル商店" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Order/MemberInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const MemberInfo = () => {
문제가 계속되는 경우 고객센터로 문의주세요.
</div>
)
if (isLoading) return <sapn>로딩중</sapn>
if (isLoading) return <span>로딩중</span>
const {
username,
email,
Expand Down

0 comments on commit 282a3a2

Please sign in to comment.