-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
サインアウトモーダルの作成 #76
base: main
Are you sure you want to change the base?
サインアウトモーダルの作成 #76
Conversation
@@ -72,28 +72,24 @@ export const PostDetailRoute = () => { | |||
<Button onClick={onOpen} colorScheme="primary"> | |||
削除 | |||
</Button> | |||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここの<>が要らないので削除
</Button> | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここも
)} | ||
</Box> | ||
</header> | ||
<SignoutModal isOpen={isOpen} onClose={onClose} signoutMutate={signoutMutate} refetch={refetch} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SignoutModalとして切り出し
@@ -0,0 +1 @@ | |||
export { Header } from './Header' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Headerをインポートするときに ./Header/Header ってなるのが嫌だったので。
mainの変更をマージしたのでレビューお願いします! |
メモ:後でやる |
背景
変更点
変更についての説明
実施したテスト