diff --git a/components/ActionSheetComponents/EachTrainInfo/ScrollStickyContent.js b/components/ActionSheetComponents/EachTrainInfo/ScrollStickyContent.js
index 6496b4e..23cf4e5 100644
--- a/components/ActionSheetComponents/EachTrainInfo/ScrollStickyContent.js
+++ b/components/ActionSheetComponents/EachTrainInfo/ScrollStickyContent.js
@@ -50,27 +50,31 @@ export const ScrollStickyContent = (props) => {
>
見込
- {
- if (!haveThrough) return;
- LayoutAnimation.configureNext({
- duration: 200,
- update: { type: "easeInEaseOut", springDamping: 0.6 },
- });
- setShowThrew(!showThrew);
- }}
- >
- (通過{showThrew ? "▼" : "▶"})
-
+
+
+ {
+ if (!haveThrough) return;
+ LayoutAnimation.configureNext({
+ duration: 200,
+ update: { type: "easeInEaseOut", springDamping: 0.6 },
+ });
+ setShowThrew(!showThrew);
+ }}
+ >
+ (通過{showThrew ? "▼" : "▶"})
+
+
+