Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Sep 23, 2023
1 parent da84c69 commit 8e4c827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/components/PreviewHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default {
if (id.length === 0) return false;
if (id.indexOf(':') > -1) return false;
if (id === 'UNKNOWN') return false;
if (id === 'TO_FILL') return false;
return true;
}
Expand Down

0 comments on commit 8e4c827

Please sign in to comment.