Lower changeset count to the custom theme

This commit is contained in:
Pieter Vander Vennet 2020-08-07 16:58:00 +02:00
parent 2e7688a554
commit b8f912e00f

View file

@ -36,7 +36,7 @@ export class MoreScreen extends UIElement {
if (!State.state.osmConnection.userDetails.data.loggedIn) {
continue;
}
if (State.state.osmConnection.userDetails.data.csCount < 100) {
if (State.state.osmConnection.userDetails.data.csCount < 50) {
continue;
}
}