Merge pull request #150 from eqlabs/feat/fix-newlines

Fixes issue #86 again, regressed in #107 for Firefox
This commit is contained in:
Valtteri Karesto
2022-03-29 15:29:51 +03:00
committed by GitHub

View File

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