fix: cleanup preview

This commit is contained in:
cpacker
2025-12-01 20:07:24 -08:00
parent 4505f6c07d
commit 8ce6d32087

View File

@@ -193,7 +193,6 @@ const DynamicPreview: React.FC<DynamicPreviewProps> = ({
return (
<Box flexDirection="column" paddingLeft={2}>
<Text>Apply patch:</Text>
<Text dimColor>{patchPreview}</Text>
</Box>
);