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