mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
disable comments label
This commit is contained in:
parent
40408e25be
commit
bbf92b06f0
1 changed files with 1 additions and 1 deletions
|
@ -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(' ')
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue