Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Aug 12, 2024
1 parent 1cae43e commit b7c7db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/molecules/ContentHeartBar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Button, Flex } 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 { Fragment, useEffect, useState } from "react";

import { useCommentMutation, useSubCommentMutation } from "../../hooks/common/mutations";
Expand Down
2 changes: 1 addition & 1 deletion pages/square/secret/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function SecretSquareDetailPage() {

{squareDetail.images.length !== 0 && (
<section id="images-section">
<VStack as="ul">
<VStack as="ul" mt="8px">
{squareDetail.images.map((src, index) => {
return (
<Box
Expand Down

0 comments on commit b7c7db0

Please sign in to comment.