Skip to content

Commit

Permalink
checks doesn't show up for OBS, JUXTA and AUDIO modes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Dec 4, 2024
1 parent bc5e173 commit a822a86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renderer/src/layouts/editor/EditorSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ export default function EditorSection({
/>
</button>
</div>
<div className="text-center">
{selectedProjectMeta?.type?.flavorType?.flavor?.name == 'textTranslation' &&
(<div className="text-center">
<div className="p-5 text-xs uppercase pb-4">
{"Open checks"}
</div>
Expand All @@ -441,7 +442,7 @@ export default function EditorSection({
aria-hidden="true"
/>
</button>
</div>
</div>)}
</div>
) : referenceResources.selectedResource !== 'checks' ? (
<div
Expand Down

0 comments on commit a822a86

Please sign in to comment.