初歩的なミスを修正
This commit is contained in:
@@ -100,7 +100,7 @@ export const EachStopList: FC<props> = ({
|
||||
<View
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
backgroundColor: se != "運休" ? "#ffffffc2" : "#474747c2",
|
||||
backgroundColor: se != "休編" ? "#ffffffc2" : "#474747c2",
|
||||
}}
|
||||
>
|
||||
<View
|
||||
|
Reference in New Issue
Block a user