diff --git a/Apps.js b/Apps.js index 2f7c99c..c76a5f1 100644 --- a/Apps.js +++ b/Apps.js @@ -213,7 +213,7 @@ export default function Apps({ }, []); if (returnDataBase.length) { setStationBoardData(returnDataBase); - sleep(8, function () { + sleep(30, function () { StationBoardAcSR.current?.show(); }); } else {