LED修正

This commit is contained in:
harukin-expo-dev-env 2024-03-14 06:43:53 +00:00
parent d8ce2a7f8a
commit beeb221585

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