From 492b69f6bb730f314f67775f5b4289abe8a5a1c1 Mon Sep 17 00:00:00 2001 From: Ambrish R Date: Fri, 22 Mar 2024 18:37:26 +0530 Subject: [PATCH] Update plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Ambrish R --- .../src/components/ServiceDetailsCard/ServiceDetailsCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx b/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx index d96b902a89..4ce31d0355 100644 --- a/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx +++ b/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx @@ -17,7 +17,7 @@ import React, { useEffect, useState } from 'react'; import { DateTime } from 'luxon'; import { ServiceAnalytics } from '../ServiceAnalytics/ServiceAnalytics'; import Box from '@material-ui/core/Box'; -import MaterialButton from '@material-ui/core/MaterialButton'; +import Button from '@material-ui/core/Button'; import Typography from '@material-ui/core/Typography'; import { makeStyles } from '@material-ui/core/styles'; import ExitToAppIcon from '@material-ui/icons/ExitToApp';