Skip to content

Commit

Permalink
Coerce the customCSS value to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 29, 2023
1 parent 43dba78 commit e39c5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function ScreenRoot() {
</ItemGroup>
</CardBody>

{ canEditCSS && customCSS && (
{ canEditCSS && !! customCSS && (
<>
<CardDivider />
<CardBody>
Expand Down

0 comments on commit e39c5ad

Please sign in to comment.