Fixed a bug from the previous commit, ENCOA-274

This commit is contained in:
Carlos-Mesquita
2024-12-11 16:09:59 +00:00
parent cf85b5a822
commit fa0c257040
2 changed files with 5 additions and 7 deletions

View File

@@ -126,7 +126,7 @@ const WritingComponents: React.FC<Props> = ({ localSettings, updateLocalAndSched
</div>
</Dropdown>}
{
type !== "academic" || (type === "academic" && academic_url !== undefined) && <Dropdown
(type !== "academic" || (type === "academic" && academic_url !== undefined)) && <Dropdown
title="Generate Instructions"
module={"writing"}
open={localSettings.isWritingTopicOpen}