Skip to content

Commit

Permalink
Merge pull request #113 from 90lucasgabriel/feature/WJ-111
Browse files Browse the repository at this point in the history
WJ-111 - Skeleton loaders
  • Loading branch information
90lucasgabriel committed Nov 8, 2020
2 parents 4c82199 + 08521bc commit 2b79bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Filmography/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Filmography: React.FC<Props> = ({
))}
</ListContainer>

{parsedData !== data && (
{parsedData?.length < data?.length && (
<More onClick={handleMore}>
<Button theme="light" background={Color.Transparent}>
Ver Mais
Expand Down

0 comments on commit 2b79bbb

Please sign in to comment.