From d78814fd5d7208bab1b30be112de7a99a05e5af3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 07:19:39 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/IntegrationSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 37c6b4f1..f47ac5da 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -1,6 +1,6 @@ import React, { useState, useEffect } from 'react'; import { GenericModal } from "../atoms/GenericModal"; -import { MenuItem, Typography, CircularProgress, Alert, AlertTitle } from "@mui/material"; +import { MenuItem, Typography, CircularProgress, Alert, AlertTitle, Chip } from "@mui/material"; import Button from "@mui/material/Button"; import TextField from "@mui/material/TextField"; import axios from 'axios'; @@ -114,7 +114,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I return (
- Integrate with Google Sheet + Integrate with Google Sheet {recording && recording.google_sheet_id ? ( <>