diff --git a/src/Components/Post/Post.tsx b/src/Components/Post/Post.tsx
index 54c2da0b..c641a131 100644
--- a/src/Components/Post/Post.tsx
+++ b/src/Components/Post/Post.tsx
@@ -25,7 +25,7 @@ import { disconnect } from "process";
export type post = {
boardId: number;
- image_url: string;
+ imageUrl: string;
status: string;
title: string;
};
@@ -111,10 +111,10 @@ const Post = () => {