Skip to content

Commit 138397f

Browse files
committed
refactor(projecticons): code refactoring
1 parent 1ffae68 commit 138397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StackLabels/StackLabels.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Props = {
99
};
1010

1111
/**
12-
* @param {string} itemTopics - Mandatory: ex.: item.topics.map(itemTopics)... itemTopics={itemTopics}
12+
* @param {string} itemTopics - Mandatory: ex.: item.topics.map(itemTopics)...
1313
* @param {string} className - Optional: style className.
1414
* @returns {<p/>} - Return tag p, stack text.
1515
*/

0 commit comments

Comments
 (0)