Remove donations links

This commit is contained in:
Christian Pauly 2020-03-14 11:05:28 +01:00
commit f7e3572384
2 changed files with 2 additions and 14 deletions

View file

@ -275,7 +275,8 @@ extension LocalizedBody on Event {
size = size / 1000000000;
return "${size.toString()}gb";
}
} else
} else {
return null;
}
}
}