Skip to content

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Mar 23, 2020
1 parent cb9aa55 commit 9b30de3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=c1ea56a44a534fe487ea",
"/app.js": "/app.js?id=ff802ff759dc8ff561d9",
"/app.css": "/app.css?id=81fbc8fec874ad3203d7",
"/app-dark.css": "/app-dark.css?id=3d68663a6ab8e86cb5dc"
}
2 changes: 1 addition & 1 deletion resources/js/screens/failedJobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<small class="text-muted">
Queue: {{job.queue}}
| Attempts: {{ job.payload.attempts }}
<span v-if="job.payload.tags.length">
<span v-if="job.payload.tags && job.payload.tags.length">
| Tags: {{ job.payload.tags && job.payload.tags.length ? job.payload.tags.join(', ') : '' }}
</span>
</small>
Expand Down

0 comments on commit 9b30de3

Please sign in to comment.