remove default return
(#1384)
This commit is contained in:
parent
80b9abf9dd
commit
4264f69489
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ const Gallery = (props: Props): JSX.Element => {
|
|||
isManualSort={isManualSort}
|
||||
/>
|
||||
)
|
||||
return null
|
||||
})}
|
||||
|
||||
{/* Add New row */}
|
||||
|
|
Loading…
Reference in a new issue