diff --git a/ui/frontend/build_src/src/components/creationPanel/advancedSettings/index.tsx b/ui/frontend/build_src/src/components/creationPanel/advancedSettings/index.tsx index 9f7cf63c..5aff1014 100644 --- a/ui/frontend/build_src/src/components/creationPanel/advancedSettings/index.tsx +++ b/ui/frontend/build_src/src/components/creationPanel/advancedSettings/index.tsx @@ -29,7 +29,7 @@ function SettingsList() { const toggleUseFaceCorrection = useImageCreate( (state) => state.toggleUseFaceCorrection ); - + const isUsingFaceCorrection = useImageCreate((state) => state.isUsingFaceCorrection() ); diff --git a/ui/frontend/build_src/src/components/displayPanel/audioDing/index.tsx b/ui/frontend/build_src/src/components/displayPanel/audioDing/index.tsx index c6ec7edd..5be0f13d 100644 --- a/ui/frontend/build_src/src/components/displayPanel/audioDing/index.tsx +++ b/ui/frontend/build_src/src/components/displayPanel/audioDing/index.tsx @@ -1,25 +1,13 @@ import React from "react"; - -import { useRef } from "react"; import { API_URL } from "../../../api"; const url = `${API_URL}/ding.mp3`; const AudioDing = React.forwardRef((props, ref) => ( -