Skip to content

Commit

Permalink
Hot-fix batches screen until url is available
Browse files Browse the repository at this point in the history
  • Loading branch information
Minutis committed Jan 6, 2022
1 parent 645adb1 commit e83e28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Batch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Batch: React.FC = () => {
}, [batch]);

const logsStr = useMemo(() => {
if (!logs) {
if (!logs?.log) {
return null;
}

Expand Down

0 comments on commit e83e28e

Please sign in to comment.