Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Jan 13, 2025
1 parent 8209520 commit 6823814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pageTemplates/gather/detail/GatherBottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ function GatherBottomNav({ data }: IGatherBottomNav) {
}

const getButtonSettings = (status: GatherStatus): IButtonSetting => {
return {
text: "모임 리뷰 쓰고 포인트 받기",
handleFunction: () => onClick("review"),
};
switch (status) {
case "open":
if (feed?.length) {
Expand Down
2 changes: 1 addition & 1 deletion pages/studyPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box } from "@chakra-ui/react";
import dayjs from "dayjs";
import { useSession } from "next-auth/react";
import { useRouter, useSearchParams } from "next/navigation";
import { useSession } from "next-auth/react";
import { useEffect, useRef, useState } from "react";
import { useRecoilState } from "recoil";

Expand Down

0 comments on commit 6823814

Please sign in to comment.