+
setViewerId(e.target.value)}
+ style={{
+ width: isMobile ? '175px' : '190px',
+ height: isMobile ? '32px' : '36px',
+ border: '1px solid #ccc',
+ borderRadius: '6px',
+ padding: '6px 10px',
+ fontFamily: 'Pretendard Variable'
+ }}
+ />
+
setViewerPw(e.target.value)}
+ style={{
+ width: isMobile ? '175px' : '190px',
+ height: isMobile ? '32px' : '36px',
+ border: '1px solid #ccc',
+ borderRadius: '6px',
+ padding: '6px 10px',
+ fontFamily: 'Pretendard Variable'
+ }}
+ />
+ {viewerError && (
+
+ {viewerError}
+
+ )}
+
+
+ )}
);
}
diff --git a/apps/farminglog/src/pages/home/Harvest/harvest.tsx b/apps/farminglog/src/pages/home/Harvest/harvest.tsx
index a679010c..b05dcc2e 100644
--- a/apps/farminglog/src/pages/home/Harvest/harvest.tsx
+++ b/apps/farminglog/src/pages/home/Harvest/harvest.tsx
@@ -9,6 +9,7 @@ import { useAttendMutation } from "../../../services/mutation/useAttendMutation"
import { useTodaySeedQuery } from "../../../services/query/useTodaySeedQuery";
import Popup from "@/components/Popup/popup";
import Info from "@/assets/Icons/info.png";
+import Cookies from "js-cookie";
interface StageProps {
text: string;
@@ -32,6 +33,7 @@ const { data: todaySeed, refetch } = useTodaySeedQuery();
const [isInfoOpen, setInfoOpen] = useState(false);
const [isAlready, setIsAlready] = useState(false);
const [showAnimationAfterModal, setShowAnimationAfterModal] = useState