document title changes on route load

This commit is contained in:
muerwre 2019-02-14 09:44:10 +07:00
parent a04b903206
commit 8391408bb3
3 changed files with 14 additions and 6 deletions

View file

@ -141,7 +141,7 @@ const run = async () => {
title: '',
version: 1,
distance: calcPolyDistance(route),
is_public: true,
is_public: false,
};
}));
}));