ウィジェットのバグを修正
This commit is contained in:
@@ -34,7 +34,7 @@ export const WidgetSettings = ({ navigate }) => {
|
||||
});
|
||||
getInfoString().then(({ time, text }) => {
|
||||
setTime(time);
|
||||
setTrainInfo(text);
|
||||
setTrainInfo(text.toString());
|
||||
});
|
||||
}, []);
|
||||
return (
|
||||
|
Reference in New Issue
Block a user