Skip to content

Commit

Permalink
Merge pull request #152 from jeiltodo/develop
Browse files Browse the repository at this point in the history
fix: build error 수정
  • Loading branch information
Dragonite-Lee committed Sep 23, 2024
2 parents 6f815cd + ee39315 commit b80a355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/user/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import './style/globals.css';
import 'react-toastify/dist/ReactToastify.css';
import '@jeiltodo/ui/styles.css';
import 'react-toastify/dist/ReactToastify.css';
import type { Metadata } from 'next';
import { ToastContainer } from 'react-toastify';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/features/user/ui/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const LoginForm: React.FC<LoginFormProps> = ({ isAdmin }) => {
</div>
</div>
<Button
type='submit'
className='w-full max-w-[640px] mb-[40px]'
isDisabled={!email.trim() || !password.trim()}
type='submit'
Expand Down

0 comments on commit b80a355

Please sign in to comment.