diff --git a/components/ask/hello.tsx b/components/ask/hello.tsx
index 6ad7bb5..d81ecbf 100644
--- a/components/ask/hello.tsx
+++ b/components/ask/hello.tsx
@@ -2,7 +2,7 @@ import { ThemedText } from "@/components/ThemedText";
import { Message } from "@/types/ask";
import { Dispatch, SetStateAction, useCallback, useRef } from "react";
import { useTranslation } from "react-i18next";
-import { Image, StyleSheet, useWindowDimensions, View } from 'react-native';
+import { StyleSheet, View } from 'react-native';
import { createNewConversation } from "./utils";
interface AskHelloProps {
@@ -12,7 +12,7 @@ interface AskHelloProps {
}
export default function AskHello({ setUserMessages, setConversationId, setIsHello }: AskHelloProps) {
const { t } = useTranslation();
- const { width, height } = useWindowDimensions();
+ // const { width, height } = useWindowDimensions();
//
const inFlightRef = useRef(false);
@@ -88,9 +88,9 @@ export default function AskHello({ setUserMessages, setConversationId, setIsHell
{"\n"}
{t('ask.iAmMemo', { ns: 'ask' })}
-
+ {/*
-
+ */}
{t('ask.ready', { ns: 'ask' })}
{"\n"}