disable comments label

This commit is contained in:
zeppi 2021-02-04 22:12:17 -05:00 committed by jessopb
parent 40408e25be
commit bbf92b06f0

View file

@ -229,7 +229,7 @@ export default function TagsSearch(props: Props) {
blockWrap={false} blockWrap={false}
label={__( label={__(
t t
.split('_') .split('-')
.map(word => word.charAt(0).toUpperCase() + word.slice(1)) .map(word => word.charAt(0).toUpperCase() + word.slice(1))
.join(' ') .join(' ')
)} )}