Skip to content

Commit

Permalink
WJ-111 - Update: Show See More;
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Teixeira committed Nov 8, 2020
1 parent b1dc7a9 commit 08521bc
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 08521bc

Please sign in to comment.