This commit is contained in:
Matthew Penner 2020-08-24 11:26:05 -06:00
parent 1e58e108ba
commit 773c42e4f2
3 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,7 @@ export default ({ withinFileEditor, isNewFile }: Props) => {
return (
<div css={tw`flex items-center text-sm mb-4 text-neutral-500`}>
{(files && files.length && !params?.action) &&
{(files && files.length > 0 && !params?.action) &&
<FileActionCheckbox
type={'checkbox'}
css={tw`mx-4`}