From a77cee373dadf83b543317501f47f8decc02e844 Mon Sep 17 00:00:00 2001 From: NadunDeSilva Date: Fri, 27 Sep 2019 15:46:40 +0530 Subject: [PATCH] Remove go back from UnknownError component --- .../src/components/common/error/UnknownError.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/components/portal/src/components/common/error/UnknownError.js b/components/portal/src/components/common/error/UnknownError.js index 19344fc..6ef2c1f 100644 --- a/components/portal/src/components/common/error/UnknownError.js +++ b/components/portal/src/components/common/error/UnknownError.js @@ -16,7 +16,6 @@ * under the License. */ -import ArrowBack from "@material-ui/icons/ArrowBack"; import Button from "@material-ui/core/Button/Button"; import CelleryError from "../../../img/celleryError.jpg"; import Home from "@material-ui/icons/Home"; @@ -65,7 +64,7 @@ const styles = (theme) => ({ } }); -const UnknownError = ({classes, history, title, description, showNavigationButtons}) => ( +const UnknownError = ({classes, title, description, showNavigationButtons}) => (
{"Unknown @@ -85,11 +84,6 @@ const UnknownError = ({classes, history, title, description, showNavigationButto showNavigationButtons ? (
-