Merge commit '5994489716ba6687e9c5e97f1db2b9da3ccf10e0' into feature/new-setting-system

This commit is contained in:
harukin-expo-dev-env 2024-03-14 06:44:10 +00:00
commit 21c634fd59

View File

@ -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)}
/>
)}