Fix the double warning for iterm. (#51)

This commit is contained in:
Allen Hutchison
2025-04-19 07:02:12 -07:00
committed by GitHub
parent ce1c83da89
commit d9ad2a74ae

View File

@@ -145,12 +145,6 @@ export const App = ({ directory }: AppProps) => {
/>
)}
{process.env.TERM_PROGRAM === 'iTerm.app' && (
<Box marginTop={1}>
<Text dimColor>Note: Flickering may occur in iTerm.</Text>
</Box>
)}
<Footer queryLength={query.length} />
<ITermDetectionWarning />
</Box>