diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index 78881ca..9dfab89 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -754,7 +754,7 @@ const StateBox = ({ text, title }) => ( {title} - + {text?.match("~") ? ( <> {text.split("~")[0]} @@ -764,7 +764,7 @@ const StateBox = ({ text, title }) => ( ) : ( {text} )} - + ); const boxStyle = {