-
Notifications
You must be signed in to change notification settings - Fork 0
申請画面で企画番号と企画名が見えるように #687
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
申請画面で企画番号と企画名が見えるように #687
Conversation
Coverage Report
File Coverage
|
@letasuu |
@nishimotoac |
![]() |
確かに変えたほうが見やすそうですね... |
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.
デザインの変更をお願いしたいです…🙇
上記のコメントを参考にしてもらえれば!
了解しました👍 |
![]() ![]() @nishimotoac こんな感じでどうでしょうか |
かなりいいと思います! |
Deploying sos25-client with
|
Latest commit: |
a8bad6d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://5df18c14.sos25-client.pages.dev |
Branch Preview URL: | https://feature-show-project-id-on-f.sos25-client.pages.dev |
@@ -55,6 +56,9 @@ export const FormPage = ({ answer, answerError, answerLoading, form, formError, | |||
|
|||
const [editable, setEdiatable] = useState(false); | |||
|
|||
const { data: projectRes } = useSWR(answer?.project_id ? `/projects/${answer.project_id}` : null); |
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.
112行目で!Loadingと書く用にdataだけじゃなくてLoadingがあった方がいいかもしれないと思ったのですが、動きが問題なさそうなのでコメントを残すだけ残しておきます(直さなくてもいいと思います)
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.
No description provided.