Skip to content

Commit

Permalink
Merge branch 'main' into feature/Deploy-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoJuSo authored Jan 15, 2024
2 parents 9e6895d + a59679d commit 3010846
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// components
export { default as ButtonSet } from "./ButtonSet";
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const EditPasswordModal = () => {
return (
<ModalLayout>
<Form onSubmit={handleSubmit(onValid, onInvalid)}>
{/* <InputLabel title="๋ณ€๊ฒฝํ•  ๋น„๋ฐ€๋ฒˆํ˜ธ" help="8๊ธ€์ž ์ด์ƒ" /> */}
<ErrorContainer>
<span className="font-bold">๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ</span>
{errors.password?.message && (
Expand Down
1 change: 0 additions & 1 deletion src/constants/icons.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ์•„์ด์ฝ˜
export const HOME_ICON: string = "home";
export const SEARCH_ICON: string = "search";
export const USER_ICON: string = "person";
Expand Down
3 changes: 0 additions & 3 deletions src/pages/SignInPage/SignInPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ const SignInPage = () => {
autoComplete="off"
onSubmit={handleSubmit(onValid, onInValid)}
>
{/* <div style={{ width: "100%" }}>
<InputLabel title="์ด๋ฉ”์ผ" help={errors.email?.message} />
</div> */}
<ErrorContainer>
<span className="font-bold">์ด๋ฉ”์ผ</span>
{errors.email?.message ? (
Expand Down
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// types
export interface ILogIn {
email: string;
password: string;
Expand Down

0 comments on commit 3010846

Please sign in to comment.