Skip to content

Commit

Permalink
fix(log): fixing switching from SAS to other runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Apr 11, 2023
1 parent e04300a commit c72ecc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const LogComponent = (props: LogComponentProps) => {

return (
<>
{selectedRunTime === RunTimeType.SAS ? (
{selectedRunTime === RunTimeType.SAS && logObject.body ? (
<div
id="logWrapper"
style={{ overflowY: 'auto', maxHeight: 'calc(100vh - 130px)' }}
Expand Down

0 comments on commit c72ecc7

Please sign in to comment.