Skip to content

Commit 5f2fad4

Browse files
committed
Remove * from Tags field
1 parent 7f99533 commit 5f2fad4

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/TagsField

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/TagsField/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const TagsField = ({ challenge, onUpdateMultiSelect, readOnly }) => {
2828
return (
2929
<div className={styles.row}>
3030
<div className={cn(styles.field, styles.col1)}>
31-
<label htmlFor='keywords'>Tags{!readOnly && (<span>*</span>)} :</label>
31+
<label htmlFor='keywords'>Tags:</label>
3232
</div>
3333
<div className={cn(styles.field, styles.col2)}>
3434
<input type='hidden' />

0 commit comments

Comments
 (0)