Skip to content

Commit

Permalink
Refactor : PostInterface 변경에 따른 interface 프로퍼티 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry committed Nov 8, 2023
1 parent 4010c07 commit 8ac003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/post/PostHashtagList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Box, BoxProps, Typography } from "@mui/material";
import Link from "next/link";

interface TagListInterface extends BoxProps {
tags: PostInterface["tags"];
tags: PostInterface['tagList'];
}
const PostHashTagList = ({ tags, ...others }: TagListInterface) => {
return (
Expand Down

0 comments on commit 8ac003a

Please sign in to comment.