From 8eb54dafd7fa3e69a183608d4a2171cedc9ac7ec Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Sat, 12 Oct 2024 16:46:02 +0500 Subject: [PATCH] fix(ai-chat): ai screen on default part of feature flag --- package.json | 2 +- src/components/App/index.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 580a8fc78..62a320b53 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "functions": 36 }, "./src/network/": { - "lines": 29, + "lines": 30, "branches": 9, "functions": 18 } diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 88ac7e1be..8ce10d7b2 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -7,7 +7,7 @@ import { Socket } from 'socket.io-client' import styled from 'styled-components' import { Flex } from '~/components/common/Flex' import { GlobalStyle } from '~/components/GlobalStyle' -import { Overlay } from '~/components/Universe/Overlay' // Import Overlay directly +import { Overlay } from '~/components/Universe/Overlay'; // Import Overlay directly import { isDevelopment } from '~/constants' import { useSocket } from '~/hooks/useSockets' import { useAiSummaryStore } from '~/stores/useAiSummaryStore' @@ -336,11 +336,11 @@ export const App = () => {