Skip to content

Commit 367aa3e

Browse files
committed
MP-329 - hide "+0 more skills"
1 parent 704a889 commit 367aa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/shared/lib/components/expandable-list/ExpandableList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const ExpandableList: FC<ExpandableListProps> = props => {
5454
return (
5555
<>
5656
{renderList()}
57-
{listCount >= props.visible && renderToggleBtn()}
57+
{listCount > props.visible && renderToggleBtn()}
5858
</>
5959
)
6060
}

0 commit comments

Comments
 (0)