Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into hotfix/open_consult_ke…
Browse files Browse the repository at this point in the history
…yboard_373 (#373)
  • Loading branch information
kyuhho committed Aug 7, 2024
2 parents fe0e564 + 7720833 commit 22d7f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function MainQuestionSection() {
<MainQuestionText>
<div className="row1">
<Body1>{card?.title}</Body1>
{card?.isPublic && (
{!card?.isPublic && (
<PrivateSign>
<LockIcon />
<Caption1 color={Grey3}>비공개</Caption1>
Expand Down
1 change: 1 addition & 0 deletions src/pages/Seller/SellerMyPageModifyProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { useInput } from 'hooks/useInput';
import { useEffect, useState } from 'react';
import { useNavigate } from 'react-router-dom';
import { useRecoilState, useRecoilValue } from 'recoil';

import { LoadingSpinner } from 'utils/LoadingSpinner';
import {
isBankModalOpenState,
Expand Down

0 comments on commit 22d7f37

Please sign in to comment.