Merge commit '5994489716ba6687e9c5e97f1db2b9da3ccf10e0' into feature/new-setting-system
This commit is contained in:
commit
21c634fd59
@ -201,7 +201,7 @@ export default function LED_vision(props) {
|
||||
{areaString != "" && (
|
||||
<Description
|
||||
numberOfLines={1}
|
||||
info={areaString.replace("\n", "").replace("\r", "")}
|
||||
info={areaString.replaceAll("\n", "").replaceAll("\r", "")}
|
||||
onClick={() => alert(areaInfo)}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user