Skip to content

Commit cd771a4

Browse files
committed
updated props
1 parent eb3d66e commit cd771a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/issues/[id]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import EditIssueButton from "./EditIssueButton";
55
import IssueDetails from "./IssueDetails";
66

77
interface Props {
8-
params: {
8+
params: Promise<{
99
id: string;
10-
};
10+
}>;
1111
}
1212

1313
const IssueDetailPage = async ({ params }: Props) => {

0 commit comments

Comments
 (0)