From 9ba10b59285f0df2fe48a19271c0711ab3b6926c Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 8 Feb 2021 17:30:55 +0100 Subject: [PATCH] error page --- packages/dashboard/src/pages/error.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/src/pages/error.js b/packages/dashboard/src/pages/error.js index f70ac23f..9888d097 100644 --- a/packages/dashboard/src/pages/error.js +++ b/packages/dashboard/src/pages/error.js @@ -49,10 +49,10 @@ export default function Error({ errors }) { {errors.map((error, index) => (
1 ? "mt-3 sm:mt-5" : ""} text-center`}>
-

{error.message}

+

{error.reason}

))}