Fix the double warning for iterm. (#51)
This commit is contained in:
parent
ce1c83da89
commit
d9ad2a74ae
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue