Merge commit 'beeb2215851485dcf484cc0a7135ce1f605b4f0a' into develop
This commit is contained in:
commit
5994489716
@ -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