Skip to content

Commit d8ed785

Browse files
committed
https://topcoder.atlassian.net/browse/TAL-4
1 parent de900d7 commit d8ed785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/talent-search/src/routes/talent-search/components/skill-search-results/SkillSearchResults.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export default class SkillSearchResult extends Component<SkillSearchResultsProps
7171
if (response) {
7272
if (response.length === PER_PAGE) {
7373
this.state.hasMore = true
74+
} else {
75+
this.state.hasMore = false
7476
}
7577

7678
const filter:readonly Skill[] = this.props.skillsFilter

0 commit comments

Comments
 (0)