Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuanxun committed Dec 13, 2023
1 parent 20e1f2d commit f4304c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export default function Post(props: { content: PostImmutable, setPostItem?: Func
const [open, setOpen] = useState(false)
const [data, setData] = useState<any>()
const {pathname} = useLocation()
const [open, setOpen] = useState(false)
const [data, setData] = useState<any>()
const [api, contextHolder] = notification.useNotification();

useEffect(() => {
Expand Down

0 comments on commit f4304c7

Please sign in to comment.