Change text template

auto_join_3.3
Mészáros Mihály 2020-05-20 13:59:23 +02:00
parent 58f153733d
commit 4214522767
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ const MediaSettings = ({
{ {
roomClient._setNoiseThreshold(value); roomClient._setNoiseThreshold(value);
}} }}
marks={[ { value: volume, label: volume+'dB' } ]} marks={[ { value: volume, label: `${volume} dB` } ]}
/> />
</ListItem> </ListItem>
</List> </List>