From 896f56b3ddda9cd20ce6193b59e829544ac5a7fb Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 17 Apr 2021 17:34:41 +0300 Subject: [PATCH] fix --- src/features/machines/components/MachineLog.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/features/machines/components/MachineLog.js b/src/features/machines/components/MachineLog.js index 2400fd8..5446807 100644 --- a/src/features/machines/components/MachineLog.js +++ b/src/features/machines/components/MachineLog.js @@ -1,5 +1,4 @@ import React, { useState } from "react"; -import { Typography } from "@material-ui/core"; import { Box, Button } from "@material-ui/core"; import { LazyLog, ScrollFollow } from "react-lazylog"; @@ -20,9 +19,6 @@ const MachineLog = () => { return ( - - Logs -