Fixed reports fetch.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { SharePage } from './SharePage';
|
||||
|
||||
export default async function ({ params }: { params: Promise<{ shareId: string }> }) {
|
||||
export default async function ({ params }: { params: Promise<{ shareId: string[] }> }) {
|
||||
const { shareId } = await params;
|
||||
|
||||
return <SharePage shareId={shareId[0]} />;
|
||||
|
||||
Reference in New Issue
Block a user