Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Jan 14, 2025
1 parent 32067d0 commit 5b8b722
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pageTemplates/gather/detail/GatherBottomNav.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Button } from "@chakra-ui/react";
import { useRouter } from "next/dist/client/router";
import { useSession } from "next-auth/react";
import { useRouter } from "next/dist/client/router";
import { useEffect, useState } from "react";
import { useQueryClient } from "react-query";
import { useSetRecoilState } from "recoil";
Expand Down Expand Up @@ -82,10 +82,6 @@ function GatherBottomNav({ data }: IGatherBottomNav) {
}

const getButtonSettings = (status: GatherStatus): IButtonSetting => {
return {
text: "모임 리뷰 쓰고 포인트 받기",
handleFunction: () => onClick("review"),
};
switch (status) {
case "open":
if (feed?.length) {
Expand Down

0 comments on commit 5b8b722

Please sign in to comment.