diff --git a/frontend/package.json b/frontend/package.json index 7aefa5d0..b31d2ce0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,9 +3,9 @@ "version": "3.0.0", "private": true, "dependencies": { - "@chakra-ui/react": "^2.4.7", - "@emotion/react": "^11.10.5", - "@emotion/styled": "^11.10.5", + "@chakra-ui/react": "^2.5.1", + "@emotion/react": "^11.10.6", + "@emotion/styled": "^11.10.6", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", "@types/humps": "^2.0.2", diff --git a/frontend/src/modals/HostCreateModal.tsx b/frontend/src/modals/HostCreateModal.tsx index b9b4aea7..edf2fb99 100644 --- a/frontend/src/modals/HostCreateModal.tsx +++ b/frontend/src/modals/HostCreateModal.tsx @@ -81,7 +81,7 @@ function HostCreateModal({ isOpen, onClose }: HostCreateModalProps) { {({ isSubmitting }) => (