remove default return (#1384)

This commit is contained in:
Elisha Hollander 2021-10-01 13:32:18 +03:00 committed by GitHub
parent 80b9abf9dd
commit 4264f69489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,6 @@ const Gallery = (props: Props): JSX.Element => {
isManualSort={isManualSort}
/>
)
return null
})}
{/* Add New row */}