mirror of
https://github.com/openai/codex.git
synced 2026-05-02 18:37:01 +00:00
linted and working
This commit is contained in:
@@ -9,6 +9,8 @@ export interface TerminalInlineImageProps {
|
||||
}
|
||||
|
||||
// During tests or when terminal does not support images, fallback to alt.
|
||||
export default function TerminalInlineImage({ alt = "[image]" }: TerminalInlineImageProps): React.ReactElement {
|
||||
export default function TerminalInlineImage({
|
||||
alt = "[image]",
|
||||
}: TerminalInlineImageProps): React.ReactElement {
|
||||
return <Text>{alt}</Text>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user