diff --git a/directory/src/routes/path/Home.jsx b/directory/src/routes/path/Home.jsx index 22f0b4f..bc2952f 100644 --- a/directory/src/routes/path/Home.jsx +++ b/directory/src/routes/path/Home.jsx @@ -175,6 +175,9 @@ export default function Home() {
{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}
{officalUpdate[officalUpdate.dates[0]].map((entry, index) => { + if (index >= officalUpdate.length - operators.length) { + return null + } return (