feat: replace binary data with screenshot
This commit is contained in:
@@ -168,7 +168,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
{
|
{
|
||||||
binaryData ? (
|
binaryData ? (
|
||||||
<div style={{ marginBottom: '20px' }}>
|
<div style={{ marginBottom: '20px' }}>
|
||||||
<Typography variant="body1" gutterBottom>Binary Data:</Typography>
|
<Typography variant="body1" gutterBottom>Screenshot</Typography>
|
||||||
<img src={binaryData} alt="Binary Output" style={{ maxWidth: '100%' }} />
|
<img src={binaryData} alt="Binary Output" style={{ maxWidth: '100%' }} />
|
||||||
</div>
|
</div>
|
||||||
) : tableData.length > 0 ? (
|
) : tableData.length > 0 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user