Fix bot review

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 21:06:19 +04:00
parent 7dd5e1666d
commit 4d80dccbbf
5 changed files with 9 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ const classNames = {
type Props = {
resetErrorBoundary?: () => void;
error?: string;
error?: Error;
};
export function PageError({ resetErrorBoundary, error: propsError }: Props) {