Fixes issue #86 again, regressed in #107 for Firefox

This commit is contained in:
Valtteri Karesto
2022-03-29 13:55:10 +03:00
parent 4519906b78
commit 95022ef121

View File

@@ -215,6 +215,7 @@ export const Log: FC<ILog> = ({
)}
{expanded && jsonData && <Pre block>{jsonData}</Pre>}
</LogText>
<br />
</>
);
};