We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5b574 commit bea9eadCopy full SHA for bea9ead
1 file changed
dashboard/src/hooks/useLogData.ts
@@ -56,7 +56,7 @@ export const processLogData = (
56
: undefined;
57
58
const logExcerptFileLink = data?.output_files?.find(
59
- file => file && file['name'] === 'log_excerpt',
+ file => file?.['name'] === 'log_excerpt',
60
)?.['url'];
61
62
return {
0 commit comments