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 ? (
-